File Coverage

blib/lib/perl5/ingy.pm
Criterion Covered Total %
statement 1 3 33.3
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 2 4 50.0


line stmt bran cond sub pod time code
1             package perl5::ingy;
2             our $VERSION = '0.13';
3              
4 2     2   12390 use perl5;
  0            
  0            
5             use base 'perl5';
6              
7             use constant imports => (
8             strict =>
9             warnings =>
10             feature => [':5.10'],
11             'IO::All' => 0.41,
12             'YAML::XS' => 0.35,
13             'Capture::Tiny' => 0.11, [':all'],
14             XXX => 0.17, [-with => 'YAML::XS'],
15             );
16              
17             1;