Branch Coverage

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) { }
55 0 0 $method =~ /get/ ? :
70 0 0 unless ($res->is_success)
72 0 0 $@ ? :
74 0 0 if ($self->can('response_cb')) { }
0 0 elsif ($view and $view->can('parse')) { }
0 0 elsif ($res->content_type eq 'application/json') { }
80 0 0 unless $response
89 0 0 if ($self->can("error_cb"))