| blib/lib/App/JobLog/Log/Line.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 25 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 53 | 0 | 1 | 0 | $time and ref $time ne 'DateTime' |
| 63 | 0 | 493 | 0 | $time and ref $time ne 'DateTime' |
| 67 | 486 | 7 | 0 | defined $tags and ref $tags ne 'ARRAY' |
| line | l | !l | condition |
|---|---|---|---|
| 187 | 410 | 0 | $self->tags ||= [] |
| 191 | 410 | 0 | $self->description ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 41 | 0 | 568 | 0 | ref $class || $class |
| 55 | 1 | 0 | 0 | $time || now() |
| 209 | 0 | 412 | 0 | $time ||= $self->time |
| 270 | 0 | 0 | 1 | $_[0]->is_malformed || $_[0]->is_comment || $_[0]->is_event |