| blib/lib/Test/WriteVariants.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 13 | 30.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 218 | 1 | 0 | 0 | -d $output_dir and not $self->allow_dir_overwrite |
| 496 | 8 | 0 | 0 | -e $filepath and not $self->allow_file_overwrite |
| line | l | !l | condition |
|---|---|---|---|
| 266 | 0 | 0 | delete $args{'input_tests'} || {} |
| 527 | 0 | 8 | $$test_spec{'prologue'} || "#!perl\n\n" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 240 | 1 | 0 | 0 | -d $output_dir or $self->allow_dir_overwrite |