Branch Coverage

blib/lib/TMDB/Session.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
101 0 0 if $opts{'lang'}
115 0 0 if ($$args{'params'})
119 0 0 unless defined $$args{'params'}{$param}
128 0 0 if $self->debug
132 0 0 if ($self->debug)
133 0 0 if $$response{'success'}
135 0 0 if $$response{'reason'}
137 0 0 if $$response{'content'}
142 0 0 unless $self->_check_status($response)
143 0 0 if ($$args{'want_headers'} and exists $$response{'headers'})
148 0 0 unless $$response{'content'}
163 0 0 if ($$response{'page'} and $$response{'total_pages'} and $$response{'total_pages'} > $$response{'page'})
170 0 0 if $current_page == $page_limit
175 0 0 if $$next_page{'page'} == $$next_page{'total_pages'}
181 0 0 if wantarray
193 0 0 if ($$response{'success'})
197 0 0 if ($$response{'content'})
210 0 0 if ($ok and $code and $message)