blib/lib/App/JobLog/Log/Event.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 16 | 81.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 542 | 540 | 3764 | $c1 <= 0 and $c2 >= 0 |
line | l | !l | condition |
---|---|---|---|
32 | 4845 | 1 | 'DateTime'->compare($start, $self->start) || 0 |
33 | 4845 | 1 | 'DateTime'->compare($end, $self->end) || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 1082 | $self->start >= $end or $start >= $self->end |
94 | 129 | 11 | 0 | $self->end || now() |
127 | 6 | 131 | 33 | $self->is_open || $self->end > $other->start |