blib/lib/Catmandu/Importer/getJSON.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 21 | 42.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 15 | 0 | 0 | blessed $cache and $cache->can('get') |
15 | 0 | 0 | blessed $cache and $cache->can('get') and $cache->can('set') | |
12 | 2 | 1 | $cache and -d $cache | |
160 | 20 | 0 | 9 | ref $request and not blessed $request |
20 | 0 | 0 | blessed $request and $request->isa('URI::URL') | |
201 | 17 | 0 | 0 | $self->wait and $self->time |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
202 | 0 | 0 | 0 | $self->time // CORE::time |