blib/lib/App/RunCron/CLI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 3 | unless $p->getoptions(\my(%opt), ('logfile=s', 'timestamp', 'print', 'reporter=s', 'error_reporter=s', 'common_reporter=s', 'announcer=s', 'tag|t=s', 'config|c=s')) |
34 | 0 | 9 | if $opt{$rep} |
42 | 2 | 1 | if ($opt{'logfile'}) |
47 | 2 | 1 | if (not $opt{'config'} and -e 'runcron.yml') |
50 | 3 | 0 | if ($opt{'config'}) |
53 | 1 | 2 | if ($@) { } |