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   189267 use strict;
  3         6  
  3         91  
3 3     3   13 use warnings;
  3         5  
  3         136  
4              
5             our $VERSION = "0.000006";
6              
7 3     3 0 13 sub masks() { no warnings 'once'; \%Trace::Mask::MASKS }
  3     2   5  
  3         135  
  2         35  
8              
9             1;
10              
11             __END__