blib/lib/Terse/Plugin/UA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
38 | 0 | 0 | if $self->can("request_cb") |
40 | 0 | 0 | if ($self->context->{'session'} and $self->context->session->{'user'}) |
47 | 0 | 0 | if ($self->can('params_cb')) { } |
0 | 0 | elsif ($view) { } | |
56 | 0 | 0 | if ($method =~ /get/i) { } |
76 | 0 | 0 | unless ($res->is_success) |
78 | 0 | 0 | $@ ? : |
80 | 0 | 0 | if ($self->can('response_cb')) { } |
0 | 0 | elsif ($view and $view->can('parse')) { } | |
0 | 0 | elsif ($res->content_type eq 'application/json') { } | |
86 | 0 | 0 | unless $response |
95 | 0 | 0 | if ($self->can("error_cb")) |