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   192979 use strict;
  3         4  
  3         74  
3 3     3   10 use warnings;
  3         3  
  3         104  
4              
5             our $VERSION = "0.000008";
6              
7 3     3 0 9 sub masks() { no warnings 'once'; \%Trace::Mask::MASKS }
  3     2   3  
  3         126  
  2         143  
8              
9             1;
10              
11             __END__