Condition Coverage

blib/lib/TMDB/Session.pm
Criterion Covered Total %
condition 4 19 21.0


and 3 conditions

line !l l&&!r l&&r condition
143 71 0 4 $args->{'want_headers'} and exists $response->{'headers'}
163 15 0 0 $response->{'page'} and $response->{'total_pages'}
0 0 0 $response->{'page'} and $response->{'total_pages'} and $response->{'total_pages'} > $response->{'page'}
210 0 0 0 $ok and $code
0 0 0 $ok and $code and $message

or 2 conditions

line l !l condition
160 15 0 $response->{'results'} || []
167 0 0 $args->{'max_pages'} || '1'