blib/lib/Catalyst/Plugin/MapComponentDependencies/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
18 | 2 | 154 | defined $possible && blessed $possible && $possible->isa($target_ns) ? : |
41 | 1 | 31 | if (my $m = is_model $data) |
42 | 0 | 31 | if (my $v = is_view $data) |
43 | 0 | 31 | if (my $c = is_controller $data) |
44 | 0 | 31 | if (my $c = is_component $data) |
45 | 1 | 30 | if (my $c = is_code $data) |