Branch Coverage

blib/lib/TMDB/TV.pm
Criterion Covered Total %
branch 8 40 20.0


line true false branch
59 1 0 if $self->session->lang
66 0 1 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 1 if wantarray
117 0 1 if wantarray
127 1 0 if $self->session->lang
145 0 1 if wantarray
160 0 0 if wantarray
172 0 0 if wantarray
181 1 0 $self->session->lang ? :
202 0 0 if wantarray
266 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 1 unless my $response = $self->session->talk({"method", 'tv/' . $self->id, "want_headers", 1})