line |
!l |
l&&!r |
l&&r |
condition |
120
|
122 |
15 |
0 |
$type ne 'view' and $type ne 'model' |
159
|
92 |
9 |
6 |
$xhr and not $pi =~ m[(?:$accept_extensions)(?:/[^/]*?)?$]msx |
173
|
53 |
35 |
19 |
$action eq 'read' and not $id |
|
88 |
7 |
12 |
$action eq 'read' and not $id and not $aspect |
177
|
72 |
13 |
22 |
$action eq 'create' and $id |
344
|
55 |
44 |
4 |
not $id and $aspect =~ /^(?:delete|update|edit|read)/msx |
350
|
44 |
52 |
3 |
$id and $aspect =~ /^(?:create|add|list)/msx |
514
|
0 |
0 |
15 |
$charset && !exists $ENV{'REDIRECT_STATUS'} |
674
|
0 |
62 |
106 |
ref $self and not $self->{'namespace'} |
line |
l |
!l |
condition |
81
|
107 |
0 |
$self ||= {} |
145
|
107 |
0 |
$ENV{'REQUEST_METHOD'} || 'GET' |
147
|
107 |
0 |
$ENV{'PATH_INFO'} || '' |
148
|
1 |
106 |
$ENV{'HTTP_ACCEPT'} || '' |
149
|
3 |
104 |
$ENV{'QUERY_STRING'} || '' |
150
|
15 |
92 |
$ENV{'HTTP_X_REQUESTED_WITH'} || '' |
168
|
103 |
4 |
$entity ||= '' |
186
|
41 |
66 |
$aspect ||= '' |
187
|
27 |
80 |
$aspect_extra ||= '' |
192
|
76 |
31 |
$self->_process_request_extensions(\$pi, $aspect, $action) || '' |
203
|
76 |
31 |
$aspect ||= '' |
204
|
72 |
35 |
$id || '0' |
211
|
1 |
1 |
$util->config->val('application', 'views') || '' |
400
|
15 |
0 |
$util->config->val('application', 'name') || 'Application' |
421
|
15 |
0 |
$config->val('application', 'name') || 'ClearPress Application' |
437
|
15 |
0 |
$self->decorator($util || $self->util)->session || {} |
482
|
15 |
0 |
'ClearPress::view'->new($params)->content_type || 'text/html' |
676
|
106 |
0 |
$util->config->val('application', 'namespace') || $util->config->val('application', 'name') || 'ClearPress' |