| line |
!l |
l&&!r |
l&&r |
condition |
|
177
|
0 |
0 |
0 |
$coderef and ref $coderef eq 'CODE'
|
|
205
|
0 |
0 |
0 |
$args->{'etag'} and not $self->app->request->header('If-Match')
|
|
208
|
0 |
0 |
0 |
$args->{'last_modified'} and not $self->app->request->header('If-Unmodified-Since')
|
|
336
|
0 |
0 |
0 |
$self->app->request->method eq 'GET' || $self->app->request->method eq 'HEAD' and not defined $self->app->request->header('If-None-Match')
|
|
|
0 |
0 |
0 |
$self->app->request->method eq 'GET' || $self->app->request->method eq 'HEAD' and not defined $self->app->request->header('If-None-Match') and defined $self->app->request->header('If-Modified-Since')
|