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   75 use strict; use warnings;
  11     11   20  
  11         374  
  11         54  
  11         20  
  11         400  
2             package YAMLScript::Common;
3              
4 11     11   72 use Exporter 'import';
  11         21  
  11         476  
5 11     11   4680 use Lingy::Common();
  11         37837  
  11         334  
6              
7 0         0 BEGIN {
8             package Lingy::Common;
9 11     11   69 no warnings 'redefine';
  11     0   28  
  11         623  
10 17564     17564 0 6535575 sub RT { 'YAMLScript::RT' }
11             }
12              
13             BEGIN {
14 11     11   2737 Lingy::Common->import;
15             }
16              
17             our @EXPORT = @Lingy::Common::EXPORT;
18              
19             1;