Condition Coverage

blib/lib/TMDB/Session.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
143 0 0 0 $$args{'want_headers'} and exists $$response{'headers'}
163 0 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 0 0 $$response{'results'} || []
167 0 0 $$args{'max_pages'} || '1'