| blib/lib/Catmandu/Importer/getJSON.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 21 | 42.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 109 | 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 | |
| 176 | 20 | 0 | 9 | ref $request and not &blessed($request) | 
| 20 | 0 | 0 | &blessed($request) and $request->isa('URI::URL') | |
| 221 | 16 | 0 | 0 | $self->wait and $self->time | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 222 | 0 | 0 | 0 | $self->time // CORE::time |