blib/lib/Time/Business.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 16 | 18.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 0 | 0 | 0 | $start_seconds < $stop_day and $start_seconds > $start_day |
105 | 0 | 0 | 0 | $eyday - $syday >= 1 and defined $$self{'WORKDAYS'}{$ewday} |
line | l | !l | condition |
---|---|---|---|
24 | 0 | 1 | $$parameters{'STARTTIME'} || '00:00:00' |
25 | 0 | 1 | $$parameters{'STOPTIME'} || '00:00:00' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 1 | 0 | ref $class || $class |
92 | 0 | 0 | 0 | $end_seconds > $stop_day or $eyday - $syday >= 1 |