| blib/lib/Ark/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 19 | 63.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 136 | 0 | 0 | 93 | $last and $last->{'obj'}->isa('Ark::Controller') | 
| 0 | 0 | 93 | $last and $last->{'obj'}->isa('Ark::Controller') and my $action = $self->get_action($target, $last->{'obj'}->namespace) | |
| 163 | 0 | 1 | 270 | $self->dispatch_private_action('begin') and $self->dispatch_auto_action | 
| 190 | 527 | 7 | 8 | $action and $action->attributes->{'Private'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 128 | 13 | 5 | $namespace || '' | 
| 258 | 1 | 1 | $status ||= '302' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 168 | 0 | 0 | 271 | $self->res->is_deferred or $self->res->is_streaming |