File Coverage

blib/lib/App/MP4Meta.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1 1     1   23168 use 5.010;
  1         4  
2 1     1   5 use strict;
  1         2  
  1         110  
3 1     1   7 use warnings;
  1         1  
  1         62  
4              
5             package App::MP4Meta;
6             {
7             $App::MP4Meta::VERSION = '1.153340';
8             }
9              
10             # ABSTRACT: Apply iTunes-like metadata to an mp4 file.
11              
12 1     1   685 use App::Cmd::Setup -app;
  1         29799  
  1         8  
13              
14             1;
15              
16             __END__