Branch Coverage

blib/lib/Catalyst/Plugin/MapComponentDependencies/Utils.pm
Criterion Covered Total %
branch 12 20 60.0


line true false branch
22 5 56 defined $possible && blessed $possible && $possible->isa($target_ns) ? :
43 1 1 blessed $c ? :
50 0 0 blessed $c ? :
57 0 0 blessed $c ? :
71 0 1 blessed $c_or_app ? :
81 1 12 if (my $m = is_model $value) { }
0 12 elsif (my $v = is_view $value) { }
0 12 elsif (my $c = is_controller $value) { }
0 12 elsif (my $c = is_component $value) { }
4 8 elsif (my $cb = is_code $value) { }