blib/lib/Test/Skip/UnlessExistsExecutable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 18 | 66.6 |
line | true | false | branch |
---|---|---|---|
33 | 2 | 3 | unless ($found) |
37 | 0 | 2 | if (not defined $builder->has_plan) { } |
0 | 2 | elsif ($builder->has_plan eq 'no_plan') { } | |
42 | 0 | 0 | if ($builder->can('parent') and $builder->parent) |
51 | 0 | 2 | if ($builder->can('parent') and $builder->parent) |
65 | 4 | 1 | if (is_file_path($path)) { } |
76 | 2 | 2 | if (-x $path) { } |
77 | 0 | 2 | if ($path =~ /\s/ and not $path =~ /^$quote/) |
92 | 4 | 1 | if $path =~ /$dsep/ |