blib/lib/Catalyst/Plugin/MapComponentDependencies/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 11 | 36.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 40 | 16 | 5 | defined $possible && blessed $possible && $possible->isa($target_ns) |
line | l | !l | condition |
---|---|---|---|
82 | 1 | 0 | $app_or_ctx->model($m) || die("$m is not a Model") |
84 | 0 | 0 | $app_or_ctx->view($v) || die("$v is not a View") |
86 | 0 | 0 | $app_or_ctx->controller($c) || die("$c is not a Controller") |
88 | 0 | 0 | $app_or_ctx->component($c) || die("$c is not a Component") |