| 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', 'tag|t=s', 'config|c=s')) | 
| 33 | 0 | 6 | if $opt{$rep} | 
| 41 | 2 | 1 | if ($opt{'logfile'}) | 
| 46 | 2 | 1 | if (not $opt{'config'} and -e 'runcron.yml') | 
| 49 | 3 | 0 | if ($opt{'config'}) | 
| 52 | 1 | 2 | if ($@) { } |