Branch Coverage

blib/lib/TMDB/TV.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
59 0 0 if $self->session->lang
66 0 0 unless $info
79 0 0 if ($country)
83 0 0 unless $valid_country_codes{$country}
90 0 0 if $country
95 0 0 if wantarray
106 0 0 if wantarray
117 0 0 if wantarray
127 0 0 if $self->session->lang
145 0 0 if wantarray
160 0 0 if wantarray
172 0 0 if wantarray
181 0 0 $self->session->lang ? :
202 0 0 if wantarray
256 0 0 $options{'start_date'} ? :
0 0 $options{'end_date'} ? :
272 0 0 unless defined $changes
273 0 0 unless exists $$changes{'changes'}
274 0 0 if wantarray
283 0 0 unless my $response = $self->session->talk({'method', 'tv/' . $self->id, 'want_headers', 1})