| blib/lib/SimpleFlow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 20 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 7 | 1 | 0 | defined $args->{'log.fh'} and not &openhandle($args->{'log.fh'}) |
| 146 | 2 | 3 | 1 | not $args->{'overwrite'} and scalar @output_files > 0 |
| 5 | 0 | 1 | not $args->{'overwrite'} and scalar @output_files > 0 and scalar @existing_files == scalar @output_files | |
| 209 | 0 | 3 | 1 | $r{'die'} and $r{'exit'} != 0 |
| line | l | !l | condition |
|---|---|---|---|
| 131 | 0 | 6 | $args->{'die'} // 1 |
| 132 | 1 | 5 | $args->{'dry.run'} // 0 |
| 133 | 0 | 6 | $args->{'note'} // "" |
| 134 | 3 | 3 | $args->{'overwrite'} // 0 |