Condition Coverage

blib/lib/Catalyst/Plugin/MapComponentDependencies/Utils.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
18 150 4 2 defined $possible && blessed $possible && $possible->isa($target_ns)

or 2 conditions

line l !l condition
41 1 0 $app_or_ctx->model($m) || die("$m is not a Model")
42 0 0 $app_or_ctx->view($v) || die("$v is not a View")
43 0 0 $app_or_ctx->controller($c) || die("$c is not a Controller")
44 0 0 $app_or_ctx->component($c) || die("$c is not a Component")