| blib/lib/WWW/Wordnik/API.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 30 | 23.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 109 | 1 | 0 | 2 | defined $cache and $cache =~ /\d+/ |
| 135 | 0 | 0 | 2 | exists $parameters{$_} and exists $parameters{$_}{$args{$_}} |
| 154 | 0 | 0 | 1 | exists $parameters{$_} and $args{$_} =~ /\d+/ |
| 300 | 0 | 0 | 2 | exists $parameters{$_} and $args{$_} =~ /\d+/ |
| 323 | 0 | 0 | 1 | exists $parameters{$_} and exists $parameters{$_}{$args{$_}} |
| 352 | 0 | 0 | 0 | $self->cache and exists $$self{'_cache'}{'requests'}{$request} |
| 385 | 0 | 0 | 1 | $c and 'ARRAY' eq ref $$c{'data'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 0 | not exists $$self{$key} or $key =~ /^_/ |
| 372 | 0 | 0 | 0 | $response->is_success or $response->is_redirect |
| 376 | 0 | 0 | 0 | $response->is_error or $response->is_info |