| lib/App/TimeTracker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 19 | 57.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 168 | 1 | 8 | 4 | $m and $m >= 60 |
| 249 | 0 | 0 | 2 | -e $file and -s $file |
| 270 | 0 | 14 | 0 | $project ne $dir and my $parent = $projects->{$dir} |
| line | l | !l | condition |
|---|---|---|---|
| 145 | 0 | 1 | $self->extra_argv->[0] || 'missing' |
| 256 | 0 | 6 | $tree{$project} //= {'parent', undef, 'children', {}} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 182 | 3 | 1 | 0 | $args->{'to'} || $self->now |
| 214 | 0 | 5 | 79 | not $iterator or $iterator->done |