File Coverage

blib/lib/Trace/Mask.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package Trace::Mask;
2 3     3   192350 use strict;
  3         6  
  3         87  
3 3     3   17 use warnings;
  3         5  
  3         137  
4              
5             our $VERSION = "0.000005";
6              
7 3     3 0 14 sub masks() { no warnings 'once'; \%Trace::Mask::MASKS }
  3     2   5  
  3         156  
  2         29  
8              
9             1;
10              
11             __END__