blib/lib/App/JobLog/Command/configure.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
218 | 0 | 0 | 0 | $opt->workdays and not $opt->workdays =~ /^[SMTWHFA]*+$/iu |
220 | 0 | 0 | 0 | $opt->sunday_begins_week and not $opt->sunday_begins_week =~ /^(?:true|false|[01])?$/iu |
249 | 0 | 0 | 0 | $found_none and $found_something |
line | l | !l | condition |
---|---|---|---|
73 | 0 | 0 | $opt->sunday_begins_week || 0 |
242 | 0 | 0 | $found_none ||= 1 |
245 | 0 | 0 | $found_something ||= 1 |