blib/lib/App/MP4Meta/TV.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 42 | 2.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 0 | 0 | 0 | $tags{'show_title'} and $tags{'season'} |
0 | 0 | 0 | $tags{'show_title'} and $tags{'season'} and $tags{'episode'} | |
81 | 0 | 0 | 0 | $tags{'show_title'} and $tags{'season'} |
0 | 0 | 0 | $tags{'show_title'} and $tags{'season'} and $tags{'episode'} | |
163 | 0 | 0 | 0 | $show and $season |
0 | 0 | 0 | $show and $season and $episode | |
179 | 0 | 0 | 0 | $show and $season |
0 | 0 | 0 | $show and $season and $episode | |
188 | 0 | 0 | 1 | $episode->overview && $episode->genre && $episode->year && $episode->cover |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | $self->{'continue_without_any'} or $self->{'continue_without_overview'} |
119 | 0 | 0 | 0 | $episode->show_title // $tags{'show_title'} |
159 | 0 | 0 | 0 | $self->{'title'} // $+{'show'} |
160 | 0 | 0 | 0 | $self->{'season'} // $+{'season'} |
161 | 0 | 0 | 0 | $self->{'episode'} // $+{'episode'} |