blib/lib/Catalyst/Controller.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 30 | 70.0 |
line | l | !l | condition |
---|---|---|---|
281 | 6367 | 148 | not &blessed($self) and $self eq $c and scalar @methods |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
170 | 0 | 0 | 949 | ref $c->action and $c->action->can("execute") |
0 | 0 | 949 | ref $c->action and $c->action->can("execute") and defined $c->req->action | |
281 | 6367 | 0 | 148 | not &blessed($self) and $self eq $c |
294 | 27594 | 41582 | 0 | $attrs->{'Private'} and keys %$attrs > 1 |
509 | 910 | 0 | 11469 | defined $value and length $value |
line | l | !l | condition |
---|---|---|---|
76 | 158 | 6920 | delete $args->{'action'} || {} |
77 | 238 | 6840 | delete $args->{'actions'} || {} |
149 | 46 | 254 | $c->state || 1 |
165 | 948 | 1 | $c->state || 1 |
180 | 646 | 246 | $c->state || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
249 | 6517 | 0 | 0 | find_meta($self) || confess("No metaclass setup for $self") |