Branch Coverage

blib/lib/Net/ICal/Period.pm
Criterion Covered Total %
branch 0 48 0.0


line true false branch
165 0 0 unless defined $arg1 and defined $arg2
170 0 0 if (not $arg2 and $arg1 =~ m[/])
176 0 0 if (ref $arg1 eq 'Net::ICal::Time') { }
183 0 0 if (UNIVERSAL::isa($arg2, 'Net::ICal::Time')) { }
0 0 elsif (UNIVERSAL::isa($arg2, 'Net::ICal::Duration')) { }
0 0 elsif ($arg2 =~ /^P/) { }
276 0 0 if ($t)
277 0 0 if (UNIVERSAL::isa($t, 'Net::ICal::Time')) { }
310 0 0 if ($t)
311 0 0 if (UNIVERSAL::isa($t, 'Net::ICal::Time')) { }
318 0 0 if ($$self{'DURATION'}) { }
326 0 0 if ($$self{'DURATION'}) { }
375 0 0 if ($d)
376 0 0 if (UNIVERSAL::isa($d, 'Net::ICal::Duration')) { }
384 0 0 if ($$self{'END'}) { }
392 0 0 if ($$self{'END'}) { }
424 0 0 if ($$self{'DURATION'}) { }
479 0 0 if ($t)
481 0 0 if (UNIVERSAL::isa($t, 'Net::ICal::Time')) { }
488 0 0 if ($self->start->compare($time) < 0)
492 0 0 if ($self->end->compare($time) >= 0)
529 0 0 if ($period2)
532 0 0 if ($self->end->compare($period2->start) >= 0)
536 0 0 if ($self->start->compare($period2->end) <= 0)