Condition Coverage

blib/lib/Time/Fuzzy.pm
Criterion Covered Total %
condition 17 21 80.9


and 3 conditions

line !l l&&!r l&&r condition
135 3 3 1 $sector == 0 and $dt1->hour == 0
3 2 1 $sector == 0 and $dt1->hour == 12
138 3 1 1 $sector == 12 and $dt1->hour == 23
3 0 1 $sector == 12 and $dt1->hour == 11

or 3 conditions

line l !l&&r !l&&!r condition
80 37 2 0 $_[0] || 'DateTime'->now('time_zone', 'local')
135 1 0 6 $sector == 0 and $dt1->hour == 0 or $sector == 0 and $dt1->hour == 12
138 1 0 4 $sector == 12 and $dt1->hour == 23 or $sector == 12 and $dt1->hour == 11