line |
true |
false |
branch |
57
|
0 |
0 |
if (scalar @args == 1 and ref \$args[0] eq 'SCALAR') { } |
60
|
0 |
0 |
if (scalar @parts == 3) { } |
|
0 |
0 |
elsif (scalar @parts == 2 and $parts[0] eq 'PARAM') { } |
91
|
0 |
0 |
if (@args) { } |
93
|
0 |
0 |
if ($VALID_TYPE{$type}) { } |
125
|
0 |
0 |
if (@args) { } |
176
|
0 |
0 |
if (@args) { } |
203
|
0 |
0 |
if ($type eq 'PARAM') { } |
|
0 |
0 |
elsif ($type eq 'DIR') { } |
|
0 |
0 |
elsif ($type eq 'FILE') { } |
|
0 |
0 |
elsif ($type eq 'ARRAY') { } |
226
|
0 |
0 |
unless (-d $dir) |
231
|
0 |
0 |
unless opendir DIR, $dir |
250
|
0 |
0 |
unless (-f $file) |
254
|
0 |
0 |
unless open FILE, '<', $file |
260
|
0 |
0 |
if ($line =~ /\W/) { } |
267
|
0 |
0 |
unless close FILE |
276
|
0 |
0 |
if ($self->type eq 'PARAM') { } |