Condition Coverage

blib/lib/Net/ICal/Recurrence.pm
Criterion Covered Total %
condition 0 54 0.0


and 3 conditions

line !l l&&!r l&&r condition
146 0 0 0 exists $$val{'value'} and defined $$val{'value'}
222 0 0 0 not $duration and $dtend
267 0 0 0 defined $until and $cstart->as_int > $until
270 0 0 0 defined $count and $ccount > $count

or 2 conditions

line l !l condition
756 0 0 $self->freq || 'DAILY'
758 0 0 int $self->interval || 1
918 0 0 $self->wkst or 'SU'
939 0 0 $time->timezone || ''
943 0 0 $self->wkst || 'SU'
991 0 0 $time->timezone || ''

or 3 conditions

line l !l&&r !l&&!r condition
144 0 0 0 $key eq 'name' or $key eq 'content'
205 0 0 0 shift() || croak('Missing period parameter for occurrences()')
614 0 0 0 not defined $val or ref $val
0 0 0 not defined $val or ref $val or int $val != $val
0 0 0 not defined $val or ref $val or int $val != $val or $val < 1
632 0 0 0 $$self{$key}{'options'} || croak("Missing required 'options' for multi_fixed_range check on '${key}'")
652 0 0 0 $val < $min or $val > $max
671 0 0 0 $$self{$key}{'options'} || croak("Missing required 'options' for multi_match check on '${key}'")
712 0 0 0 $$self{$key}{'options'} || croak("Missing required 'options' for multi_ordinal_range check on '${key}'")
732 0 0 0 abs $val < $min or abs $val > $max