blib/lib/TMDB/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
141 | 0 | 0 | 0 | $args->{'want_headers'} and exists $response->{'headers'} |
161 | 0 | 0 | 0 | $response->{'page'} and $response->{'total_pages'} |
0 | 0 | 0 | $response->{'page'} and $response->{'total_pages'} and $response->{'total_pages'} > $response->{'page'} | |
208 | 0 | 0 | 0 | $ok and $code |
0 | 0 | 0 | $ok and $code and $message |
line | l | !l | condition |
---|---|---|---|
158 | 0 | 0 | $response->{'results'} || [] |
165 | 0 | 0 | $args->{'max_pages'} || '1' |