File Coverage

blib/lib/App/Table2YAML/Loader/Texinfo.pm
Criterion Covered Total %
statement 15 16 93.7
branch n/a
condition n/a
subroutine 5 6 83.3
pod 1 1 100.0
total 21 23 91.3


line stmt bran cond sub pod time code
1             package App::Table2YAML::Loader::Texinfo;
2              
3 1     1   919 use common::sense;
  1         2  
  1         9  
4 1     1   51 use charnames q(:full);
  1         1  
  1         8  
5 1     1   395 use English qw[-no_match_vars];
  1         2  
  1         7  
6 1     1   495 use Moo::Role;
  1         2  
  1         8  
7              
8             our $VERSION = '0.003'; # VERSION
9              
10 0     0 1   sub load_texinfo {...}
11              
12 1     1   454 no Moo;
  1         2  
  1         7  
13             __PACKAGE__->meta->make_immutable;
14              
15             1;
16              
17             __END__