line |
true |
false |
branch |
13
|
0 |
0 |
if (ref $conf eq 'HASH') { } |
|
0 |
0 |
elsif (ref $conf eq 'ARRAY') { } |
14
|
0 |
0 |
if ($$conf{'file'}) |
15
|
0 |
0 |
unless file_name_is_absolute($$conf{'file'}) |
17
|
0 |
0 |
if (-e $$conf{'file'}) { } |
19
|
0 |
0 |
if @do > 1 |
20
|
0 |
0 |
if @do == 1 |
22
|
0 |
0 |
if (ref $do eq 'HASH') { } |
|
0 |
0 |
elsif (ref $do eq 'ARRAY') { } |
23
|
0 |
0 |
if $$do{'namespaces'} and ref $$do{'namespaces'} eq 'ARRAY' |
24
|
0 |
0 |
if $$do{'routes'} and ref $$do{'routes'} eq 'ARRAY' |
29
|
0 |
0 |
if ($$conf{'routes'}) |
32
|
0 |
0 |
if $$conf{'namespaces'} |
44
|
0 |
0 |
if (my $meth = $_r->can($m)) { } |
47
|
0 |
0 |
ref $a eq 'ARRAY' ? : |
|
0 |
0 |
ref $a ? : |