Condition Coverage

blib/lib/App/JobLog/Command/when.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
53 0 0 0 $last_e and $last_e->is_open
55 0 0 0 $then->year == $today->year and $then->month == $today->month
0 0 0 $then->year == $today->year and $then->month == $today->month and $then->day == $today->day
80 0 0 0 $then->month == now()->month and $then->day == now()->day

or 2 conditions

line l !l condition
34 0 0 $opt->tag || []
35 0 0 $opt->exclude_tag || []
36 0 0 $opt->match || []
37 0 0 $opt->no_match || []
47 0 0 join(' ', @$args) || 'today'

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 0 $days->[-1]->last_event->end // now()