Branch Coverage

blib/lib/DateTime/Moonpig.pm
Criterion Covered Total %
branch 24 24 100.0


line true false branch
24 3 10 if (@arg == 1)
27 7 3 unless exists $arg{'time_zone'}
50 13 12 if (&blessed($b)) { }
1 11 elsif (ref $b) { }
51 6 7 if ($b->can('as_seconds')) { }
6 1 elsif ($b->can('epoch')) { }
52 2 4 if $rev
56 1 5 $rev ? :
64 3 8 if $rev
94 10 24 if (ref $a) { }
95 9 1 if (&blessed($a)) { }
96 5 4 if ($a->can('as_seconds')) { }