| blib/lib/Test/MixedScripts.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 10 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 8 | 3 | 25 | @args == 1 && ref $args[0] eq 'HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 30 | 36 | 0 | $options->{'scripts'} //= [] |
| 46 | 3 | 0 | $info->{'name'} || 'NO NAME' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 127 | 0 | 0 | 0 | is_perl_file($file) || _is_pod_file($file) || _is_perl_config($file) || _is_xs_file($file) || _is_template($file) |