blib/lib/Class/DBI/SAK.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 12 | 41.6 |
line | true | false | branch |
---|---|---|---|
42 | 1 | 0 | unless @requests |
45 | 1 | 0 | if (substr($req, 0, 1) eq ':') { } |
46 | 1 | 0 | if (exists $Class::DBI::SAK::EXTENSIONS{$req}) { } |
53 | 0 | 0 | if (exists $Class::DBI::SAK::EXTENSIONS{':all'}{$req}) { } |
66 | 1 | 0 | unless grep {exists $modules{$_};} @Class::DBI::SAK::OVERRIDES |
80 | 0 | 1 | if $@ |