Condition Coverage

blib/lib/App/bif/show/timesheet.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
230 0 0 0 $opts->{'rollup'} and $row->[1] =~ m[/]

or 2 conditions

line l !l condition
167 0 0 $opts->{'number'} ||= 4
176 0 0 $opts->{'number'} ||= 4
185 0 0 $opts->{'number'} ||= 4
194 0 0 $opts->{'number'} ||= 3

or 3 conditions

line l !l&&r !l&&!r condition
159 0 0 0 $opts->{'date'} //= App::bif::show::timesheet::localtime()->strftime('%Y-%m-%d')