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 | 1508 | use v5.12; | |||
4 | 13 | ||||||
2 | 4 | 4 | 18 | use strict; | |||
4 | 9 | ||||||
4 | 80 | ||||||
3 | 4 | 4 | 20 | use warnings; | |||
4 | 6 | ||||||
4 | 221 | ||||||
4 | |||||||
5 | |||||||
6 | our $AUTHORITY = 'cpan:TOBYINK'; | ||||||
7 | our $VERSION = '0.006'; | ||||||
8 | |||||||
9 | use parent qw(Benchmark::Featureset::ParamCheck::Base); | ||||||
10 | 4 | 4 | 22 | use Params::ValidationCompiler 0.24 qw(); | |||
4 | 8 | ||||||
4 | 20 | ||||||
11 | 4 | 4 | 1841 | ||||
4 | 58338 | ||||||
4 | 105 | ||||||
12 | 1; |