| blib/lib/Flower/Chronos/Report.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 24 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 14 | $start && $end |
| 65 | 4 | 0 | 10 | $start >= $from and $start <= $to |
| 3 | 0 | 1 | $end >= $from and $end <= $to | |
| 74 | 9 | 1 | 1 | $where_cb and not &$where_cb($record) |
| line | l | !l | condition |
|---|---|---|---|
| 32 | 5 | 7 | $self->{'group_by'} || '' |
| 98 | 5 | 4 | $self->{'fields'} || '' |
| 115 | 9 | 0 | $record->{$group_by} //= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 14 | not $start && $end or $end < $start |
| 65 | 10 | 0 | 4 | $start >= $from and $start <= $to or $end >= $from and $end <= $to |