| blib/lib/Outthentic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 25 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 91 | 0 | 0 | 0 | get_prop('ini_file_path') and -f get_prop('ini_file_path') |
| 0 | 0 | 0 | get_prop('yaml_file_path') and -f get_prop('yaml_file_path') | |
| 0 | 0 | 0 | get_prop('json_file_path') and -f get_prop('json_file_path') | |
| 201 | 0 | 0 | 0 | $config_res->{'args'} and ref $config_res->{'args'} eq 'ARRAY' |
| 478 | 0 | 0 | 0 | $format eq 'production' and $check_fail |
| 509 | 0 | 0 | 0 | $status == 0 and $STATUS != 0 |
| line | l | !l | condition |
|---|---|---|---|
| 259 | 0 | 0 | $task_name || '' |
| 261 | 0 | 0 | $task_name || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 562 | 0 | 0 | 0 | $short_story_dir ||= $^O =~ /MSWin/ ? '\\' : '/' |