line |
true |
false |
branch |
102
|
16 |
4 |
if -f $_ |
103
|
2 |
2 |
wantarray ? : |
117
|
59 |
30 |
if -s $_ >= $min |
118
|
1 |
1 |
wantarray ? : |
132
|
28 |
57 |
if -s $_ <= $min |
133
|
1 |
1 |
wantarray ? : |
147
|
30 |
79 |
if -s $_ == 0 |
148
|
1 |
1 |
wantarray ? : |
165
|
150 |
2 |
unless exists $contains{$_} |
172
|
2 |
2 |
wantarray ? : |
192
|
2 |
184 |
if exists $hash{$_} |
193
|
2 |
2 |
wantarray ? : |
212
|
1 |
1 |
unless (UNIVERSAL::isa($regex, ref qr//)) |
218
|
2 |
99 |
if /$regex/ |
220
|
1 |
1 |
wantarray ? : |
232
|
0 |
0 |
unless defined $id |
234
|
0 |
0 |
unless ($id =~ /\d+/) |
250
|
0 |
0 |
unless defined $id |
252
|
0 |
0 |
unless ($id =~ /\d+/) |
269
|
0 |
0 |
if -x $_ |
271
|
0 |
0 |
wantarray ? : |
284
|
0 |
0 |
if -w $_ |
286
|
0 |
0 |
wantarray ? : |
301
|
0 |
0 |
if ((stat $_)[2] & $mask) == 0 |
303
|
0 |
0 |
wantarray ? : |
359
|
2 |
103 |
if (stat $_)[$stat_part] == $value |
361
|
0 |
2 |
wantarray ? : |
369
|
13 |
302 |
if (stat $_)[$stat_part] < $value |
371
|
0 |
6 |
wantarray ? : |
379
|
10 |
305 |
if (stat $_)[$stat_part] > $value |
381
|
0 |
6 |
wantarray ? : |