line |
true |
false |
branch |
140
|
0 |
12 |
if (defined $env_switches)
|
172
|
0 |
12 |
if ($self->version)
|
178
|
0 |
12 |
if ($self->help)
|
183
|
0 |
12 |
if ($self->man)
|
188
|
0 |
12 |
if ($self->taint)
|
193
|
0 |
12 |
if ($self->uc_taint)
|
200
|
0 |
12 |
if ($self->blib)
|
206
|
0 |
12 |
if ($self->lib)
|
227
|
0 |
0 |
if ($arg =~ /\s/ and not $arg =~ /^"/ && $arg =~ /"$/) { }
|
272
|
0 |
0 |
if ($self->_should_run_tests($tests)) { }
|
293
|
0 |
0 |
$self->dry ? :
|
331
|
0 |
0 |
if ($^O eq 'VMS')
|
335
|
0 |
0 |
if ($^O eq 'MacOS')
|
346
|
0 |
0 |
if (-d $blib and -d $blib_arch and -d $blib_lib)
|
367
|
1 |
4 |
if (ref $value eq 'ARRAY') { }
|
373
|
0 |
4 |
if (defined $value)
|
401
|
4 |
8 |
@$ext ? :
|
441
|
0 |
7 |
if ($self->shuffle) { }
|
468
|
6 |
1 |
if (defined $args and @$args) { }
|
500
|
5 |
3 |
if (-d $entry) { }
|
519
|
11 |
0 |
if (opendir my $dir, $path) { }
|
548
|
22 |
40 |
if ($self->_should_ignore_dir_entry($dir, $file))
|
553
|
6 |
34 |
if (-d $path) { }
|
566
|
6 |
0 |
if ($self->recurse) { }
|
579
|
30 |
4 |
if ($path =~ $self->ext_regex) { }
|