File Coverage

blib/lib/YAMLScript/Common.pm
Criterion Covered Total %
statement 17 18 94.4
branch n/a
condition n/a
subroutine 7 8 87.5
pod 0 1 0.0
total 24 27 88.8


line stmt bran cond sub pod time code
1 11     11   71 use strict; use warnings;
  11     11   23  
  11         364  
  11         54  
  11         22  
  11         366  
2             package YAMLScript::Common;
3              
4 11     11   52 use Exporter 'import';
  11         34  
  11         454  
5 11     11   4498 use Lingy::Common();
  11         36884  
  11         334  
6              
7 0         0 BEGIN {
8             package Lingy::Common;
9 11     11   69 no warnings 'redefine';
  11     0   25  
  11         639  
10 17564     17564 0 6472955 sub RT { 'YAMLScript::RT' }
11             }
12              
13             BEGIN {
14 11     11   2633 Lingy::Common->import;
15             }
16              
17             our @EXPORT = @Lingy::Common::EXPORT;
18              
19             1;