File Coverage

blib/lib/App/MP4Meta/Source/Data/TVEpisode.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1 1     1   112491 use 5.010;
  1         4  
2 1     1   5 use strict;
  1         2  
  1         21  
3 1     1   4 use warnings;
  1         2  
  1         54  
4              
5             package App::MP4Meta::Source::Data::TVEpisode;
6             {
7             $App::MP4Meta::Source::Data::TVEpisode::VERSION = '1.153340';
8             }
9              
10             # ABSTRACT: Contains data for a TV Episode.
11              
12 1     1   586 use App::MP4Meta::Source::Data::Base;
  1         2  
  1         5  
13             our @ISA = 'App::MP4Meta::Source::Data::Base';
14              
15 1         4 use Object::Tiny qw(
16             show_title
17 1     1   51 );
  1         1  
18              
19             1;
20              
21             __END__