blib/lib/Dezi/Types.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
77 | 0 | 0 | if (not $config2) { } |
0 | 0 | elsif (not &blessed($config2) and -r $config2) { } | |
0 | 0 | elsif (not &blessed($config2) and ref $config2 eq 'HASH') { } | |
0 | 0 | elsif (&blessed($config2)) { } | |
87 | 0 | 0 | if ($config2->isa('Path::Class::File')) { } |
0 | 0 | elsif ($config2->isa('Dezi::Indexer::Config')) { } | |
106 | 0 | 0 | unless my $inv = shift() |
110 | 0 | 0 | if (&blessed($inv) and $inv->isa('Path::Class::Dir')) |