| line |
!l |
l&&!r |
l&&r |
condition |
| 667 |
299 |
48 |
0 |
@_ and $c->setup_finished |
| 826 |
51 |
0 |
0 |
not $@ and $ENV{'CATALYST_SCRIPT_GEN'} |
| |
51 |
0 |
0 |
not $@ and $ENV{'CATALYST_SCRIPT_GEN'} and $ENV{'CATALYST_SCRIPT_GEN'} < $Catalyst::Devel::CATALYST_SCRIPT_GEN |
| 924 |
3 |
1 |
14 |
scalar @args && ref $args[0] eq 'ARRAY' |
| 940 |
9 |
9 |
9 |
scalar @args && ref $args[$#args] eq 'HASH' |
| 1189 |
8456 |
0 |
0 |
$c->debug and $stats_info |
| 1194 |
0 |
2 |
24 |
not ref $error and $error eq $DETACH |
| 1213 |
0 |
0 |
0 |
$code->name =~ /^_.*/ and not $c->config->{'show_internal_actions'} |
| 1227 |
0 |
0 |
0 |
(caller $index)[0] eq 'Catalyst' and (caller $index)[3] eq '(eval)' |
| 1408 |
19 |
0 |
797 |
$c->response->body and not $c->response->content_length |
| 1411 |
795 |
0 |
2 |
blessed($c->response->body) and $c->response->body->can('read') |
| 1615 |
817 |
0 |
0 |
$c->debug and keys %{$c->req->body_parameters;} |
| 1709 |
818 |
0 |
0 |
$c->debug and keys %{$c->request->query_parameters;} |
| 1748 |
817 |
0 |
0 |
$c->debug and keys %{$c->request->uploads;} |
| 2014 |
51 |
0 |
0 |
$engine->isa('Catalyst::Engine::Apache') and not 'Catalyst::Engine::Apache'->VERSION |
| |
51 |
0 |
0 |
$engine->isa('Catalyst::Engine::Server::Base') and 'Catalyst::Engine::Server'->VERSION le '0.02' |
| |
51 |
0 |
0 |
$engine->isa('Catalyst::Engine::HTTP::POE') and $engine->VERSION eq '0.01' |
| |
51 |
0 |
0 |
$engine->isa('Catalyst::Engine::Zeus') and $engine->VERSION eq '0.01' |