| line |
l |
!l&&r |
!l&&!r |
condition |
|
50
|
0 |
0 |
0 |
$t->models->{$model} ||= $self->models->{$model}->connect($t) |
|
84
|
0 |
0 |
0 |
$t->plugins->{$plugin} ||= $self->plugins->{$plugin}->can("connect") ? $self->plugins->{$plugin}->connect($t) : $self->plugins->{$plugin} |
|
126
|
1 |
2 |
4 |
$HTTP{$k} or $k =~ /^(any|websocket|deleayed)$/i |
|
142
|
0 |
0 |
0 |
$t->response_view || $self->response_view |
|
143
|
0 |
0 |
0 |
$t->content_type || $view && $view->content_type || $ct |
|
|
0 |
0 |
0 |
$t->response->status_code ||= ($status ||= 200) |
|
150
|
0 |
0 |
0 |
$@ or $t->response->error |
|
157
|
0 |
0 |
0 |
$t->response_view || $self->response_view |
|
182
|
0 |
0 |
0 |
$t->response_view || $self->response_view |
|
185
|
0 |
0 |
0 |
$response_body->status_code ||= ($status ||= 200) |
|
192
|
0 |
0 |
0 |
ref $self || $self |
|
214
|
0 |
0 |
0 |
$$candidate{lc $t->request->method} or $candidate->{'any'} |
|
215
|
0 |
0 |
0 |
not $candidate->{'captured'} or $caps == $candidate->{'captured'} |