Skip to content

Add support for determining whether a set is infinite

Codecov / codecov/patch failed Feb 17, 2024 in 1s

66.06% of diff hit (target 75.09%)

View this Pull Request on Codecov

66.06% of diff hit (target 75.09%)

Annotations

Check warning on line 58 in src/main/java/org/dmfs/rfc5545/instanceiterator/CountLimitedRecurrenceRuleIterator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/CountLimitedRecurrenceRuleIterator.java#L58

Added line #L58 was not covered by tests

Check warning on line 87 in src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java#L87

Added line #L87 was not covered by tests

Check warning on line 105 in src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java#L103-L105

Added lines #L103 - L105 were not covered by tests

Check warning on line 107 in src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java#L107

Added line #L107 was not covered by tests

Check warning on line 128 in src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/EffectiveInstancesIterator.java#L128

Added line #L128 was not covered by tests

Check warning on line 45 in src/main/java/org/dmfs/rfc5545/instanceiterator/FastForwardable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/FastForwardable.java#L45

Added line #L45 was not covered by tests

Check warning on line 47 in src/main/java/org/dmfs/rfc5545/instanceiterator/FastForwardable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/FastForwardable.java#L47

Added line #L47 was not covered by tests

Check warning on line 60 in src/main/java/org/dmfs/rfc5545/instanceiterator/FastForwardable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/FastForwardable.java#L60

Added line #L60 was not covered by tests

Check warning on line 45 in src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 70 in src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java#L70

Added line #L70 was not covered by tests

Check warning on line 89 in src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java#L89

Added line #L89 was not covered by tests

Check warning on line 112 in src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/instanceiterator/Merged.java#L112

Added line #L112 was not covered by tests

Check warning on line 215 in src/main/java/org/dmfs/rfc5545/recur/RecurrenceRuleIterator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recur/RecurrenceRuleIterator.java#L215

Added line #L215 was not covered by tests

Check warning on line 222 in src/main/java/org/dmfs/rfc5545/recur/RecurrenceRuleIterator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recur/RecurrenceRuleIterator.java#L220-L222

Added lines #L220 - L222 were not covered by tests

Check warning on line 37 in src/main/java/org/dmfs/rfc5545/recurrenceset/FastForwarded.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FastForwarded.java#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 43 in src/main/java/org/dmfs/rfc5545/recurrenceset/FastForwarded.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FastForwarded.java#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 50 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 55 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 60 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 65 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 70 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromList.java#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 46 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java#L43-L46

Added lines #L43 - L46 were not covered by tests

Check warning on line 51 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java#L51

Added line #L51 was not covered by tests

Check warning on line 55 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 60 in src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/dmfs/rfc5545/recurrenceset/FromRuleIncludingStart.java#L59-L60

Added lines #L59 - L60 were not covered by tests