blib/lib/Parse/Crontab.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 19 | 22 | 86.3 |
line | true | false | branch |
---|---|---|---|
69 | 1 | 9 | if ($entry_class eq 'Parse::Crontab::Entry::Env' and not $entry->is_error) |
76 | 3 | 0 | if ($self->verbose) |
78 | 1 | 2 | if $error |
80 | 1 | 2 | if $warn |
88 | 1 | 5 | if $entry->is_error |
97 | 4 | 10 | if $entry->is_error |
106 | 1 | 9 | if $entry->has_warnings |
119 | 2 | 8 | if ($line =~ /^#/) { } |
0 | 8 | elsif ($line =~ /^\s*$/) { } | |
6 | 2 | elsif ($line =~ /^(?:@|\*|[0-9])/) { } | |
2 | 0 | elsif ($line =~ /=/) { } |