line |
!l |
l&&!r |
l&&r |
condition |
817
|
16554 |
0 |
0 |
scalar @args and $c->debug
|
1218
|
163 |
9 |
1 |
&blessed($c) and $c->res->finalized_headers
|
1239
|
0 |
4663 |
85 |
ref $c && exists $c->{'encoding'}
|
1407
|
163 |
0 |
0 |
not $@ and $ENV{'CATALYST_SCRIPT_GEN'}
|
|
0 |
0 |
0 |
not $@ and $ENV{'CATALYST_SCRIPT_GEN'} and $ENV{'CATALYST_SCRIPT_GEN'} < $Catalyst::Devel::CATALYST_SCRIPT_GEN
|
1620
|
36 |
84 |
2 |
scalar @args && ref $args[-1] eq 'SCALAR'
|
1623
|
1 |
41 |
5 |
defined $path and $path =~ s/#(.+)$//
|
1624
|
0 |
5 |
0 |
defined $1 and defined $fragment
|
1633
|
37 |
47 |
38 |
scalar @args && ref $args[$#args] eq 'HASH'
|
1636
|
1 |
120 |
1 |
defined $path and $path eq ""
|
1645
|
14 |
6 |
53 |
scalar @args && ref $args[0] eq 'ARRAY'
|
1653
|
31 |
15 |
27 |
not @args and $action->number_of_args
|
|
46 |
5 |
22 |
not @args and $action->number_of_args and @$captures > $num_captures
|
1685
|
2 |
16 |
95 |
defined $path and $path =~ s[^/][]
|
2069
|
9011 |
82 |
29 |
$c->use_stats and $stats_info
|
2084
|
13 |
74 |
27 |
&blessed($error) and $error->isa("Catalyst::Exception::Detach")
|
|
13 |
8 |
66 |
&blessed($error) and $error->isa("Catalyst::Exception::Go")
|
2109
|
24 |
5 |
82 |
$code->name =~ /^_.*/ and not $appclass->config->{'show_internal_actions'}
|
2123
|
63 |
24 |
24 |
(caller $index)[0] eq "Catalyst" and (caller $index)[3] eq "(eval)"
|
2140
|
1 |
0 |
4 |
defined $parent and exists $c->counter->{"$parent"}
|
2331
|
829 |
35 |
56 |
$res->content_type_charset and $c->encoding
|
|
864 |
54 |
2 |
$res->content_type_charset and $c->encoding and uc $c->encoding->mime_name ne uc $res->content_type_charset
|
2341
|
698 |
13 |
209 |
$res->encodable_response and defined $res->body
|
|
711 |
6 |
203 |
$res->encodable_response and defined $res->body and ref \$res->body eq "SCALAR"
|
2356
|
0 |
159 |
1 |
$c->res->_context and $c->res->finalized_headers
|
|
159 |
0 |
1 |
$c->res->_context and $c->res->finalized_headers and not $c->res->_has_response_cb
|
2981
|
2 |
0 |
1 |
$meta->is_immutable and not {$meta->immutable_options}->{'replace_constructor'}
|
|
2 |
0 |
1 |
$meta->is_immutable and not {$meta->immutable_options}->{'replace_constructor'} and $isa_ca
|
3496
|
1 |
0 |
908 |
$env->{'REMOTE_ADDR'} && $env->{'REMOTE_ADDR'} eq '127.0.0.1'
|
3508
|
908 |
1 |
1 |
$env->{'SERVER_SOFTWARE'} and $env->{'SERVER_SOFTWARE'} =~ m[lighttpd[-/]1\.(\d+\.\d+)]
|
3525
|
908 |
2 |
0 |
$env->{'SERVER_SOFTWARE'} && $env->{'SERVER_SOFTWARE'} =~ m[IIS/7\.[0-9]]
|
3596
|
81 |
81 |
1 |
exists $c->config->{'encoding'} and not defined $c->config->{'encoding'}
|
3805
|
2 |
562 |
0 |
not $plugin_meta->has_method("new") and $plugin->isa('Class::Accessor::Fast') || $plugin->isa('Class::Accessor')
|
3851
|
399 |
164 |
79 |
$meta and $meta->isa("Moose::Meta::Role")
|
4000
|
6 |
0 |
2 |
&Scalar::Util::blessed($next) and $next->can("wrap")
|
4100
|
10 |
43 |
114 |
not $self->config->{'always_catch_http_exceptions'} and &blessed($error)
|
|
53 |
100 |
14 |
not $self->config->{'always_catch_http_exceptions'} and &blessed($error) and $error->can('as_psgi') || $error->can('code') && $error->code =~ /^[1-5][0-9][0-9]$/
|