File Coverage

blib/lib/Benchmark/Featureset/ParamCheck/Base/PVC.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1 4     4   1389 use v5.12;
  4         13  
2 4     4   21 use strict;
  4         6  
  4         62  
3 4     4   15 use warnings;
  4         6  
  4         178  
4              
5              
6             our $AUTHORITY = 'cpan:TOBYINK';
7             our $VERSION = '0.007';
8              
9             use parent qw(Benchmark::Featureset::ParamCheck::Base);
10 4     4   18 use Params::ValidationCompiler 0.24 qw();
  4         7  
  4         15  
11 4     4   1755  
  4         54581  
  4         105  
12             1;