Branch Coverage

blib/lib/Net/ICal/ETJ.pm
Criterion Covered Total %
branch 4 16 25.0


line true false branch
95 0 25 unless (defined $self->uid)
99 0 25 if ($self->created and not $self->created->as_ical_value =~ /Z$/)
103 0 25 if ($self->dtstamp and not $self->dtstamp->as_ical_value =~ /Z$/)
107 0 25 if ($self->last_modified and not $self->last_modified->as_ical_value =~ /Z$/)
126 0 0 unless (defined $self->dtstamp)
459 0 0 unless ($ar_rrules and @$ar_rrules)
461 0 0 if ($dstartint >= $reqperiod->start->epoch and $dstartint <= $reqperiod->end->epoch) { }
472 0 0 if (@$ar_rrules) { }