Condition Coverage

blib/lib/Time/C.pm
Criterion Covered Total %
condition 28 37 75.6


and 3 conditions

line !l l&&!r l&&r condition
26 81 3 42 defined $year && defined $month && defined $day && defined $hour && defined $minute && defined $second
51 523 0 10 $tz ne 'UTC' and $tz ne 'GMT'
64 1 319 0 @_ > 1 and (@_ - 1) % 2
221 9 1 0 @_ > 2 and (@_ - 2) % 2
228 175 6 0 @_ > 3 and (@_ - 3) % 2
326 0 13 0 @_ > 3 and (@_ - 3) % 2
454 0 9744 44 $t->{'tz'} ne 'GMT' and $t->{'tz'} ne 'UTC'

or 2 conditions

line l !l condition
47 133 400 $month // 1
126 407 $day // 1
47 486 $hour // 0
45 488 $minute // 0
42 491 $second // 0

or 3 conditions

line l !l&&r !l&&!r condition
165 2 0 6 defined $hour or defined $minute
1 0 5 defined $hour or defined $minute or defined $second