| blib/lib/Graph/Timeline.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 18 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 72 | 1 | 1 | 2 | $data{'start'} and $data{'end'} | 
| 181 | 6 | 17 | 5 | $todo and $$record{'start'} gt $data{'start'} | 
| 210 | 5 | 4 | 14 | $$data{'start'} and $$data{'end'} | 
| 240 | 0 | 0 | 0 | 0 <= $hours and $hours <= 23 | 
| 241 | 0 | 0 | 0 | 0 <= $minutes and $minutes <= 59 | 
| 242 | 0 | 0 | 0 | 0 <= $seconds and $seconds <= 59 |