blib/lib/Catalyst/Plugin/Digress.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
14 | 4 | 0 | 0 | &Scalar::Util::blessed($action) and $action->isa("Catalyst::Action") |
30 | 0 | 0 | 0 | $p && exists $$counter{$p = $p->reverse} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
16 | 3 | 0 | 1 | $c->dispatcher->get_action_by_path($action) || Carp::croak("Cannot digress to nonexistant action '${action}'") |