blib/lib/Catalyst/Controller.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 30 | 70.0 |
line | l | !l | condition |
---|---|---|---|
281 | 6366 | 147 | not &blessed($self) and $self eq $c and scalar @methods |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
170 | 0 | 0 | 947 | ref $c->action and $c->action->can("execute") |
0 | 0 | 947 | ref $c->action and $c->action->can("execute") and defined $c->req->action | |
281 | 6366 | 0 | 147 | not &blessed($self) and $self eq $c |
294 | 27592 | 41572 | 0 | $attrs->{'Private'} and keys %$attrs > 1 |
509 | 910 | 0 | 11469 | defined $value and length $value |
line | l | !l | condition |
---|---|---|---|
76 | 158 | 6917 | delete $args->{'action'} || {} |
77 | 238 | 6837 | delete $args->{'actions'} || {} |
149 | 46 | 254 | $c->state || 1 |
165 | 946 | 1 | $c->state || 1 |
180 | 644 | 246 | $c->state || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
249 | 6515 | 0 | 0 | find_meta($self) || confess("No metaclass setup for $self") |