Branch Coverage

blib/lib/App/JobLog/Command/when.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
49 0 0 if $@
53 0 0 if ($last_e and $last_e->is_open)
55 0 0 unless ($then->year == $today->year and $then->month == $today->month and $then->day == $today->day)
72 0 0 if ($remaining == 0) { }
78 0 0 if ($then->year == now()->year) { }
80 0 0 if ($delta > 7) { }
0 0 elsif ($then->month == now()->month and $then->day == now()->day) { }
93 0 0 if ($then < now()) { }