File Coverage

blib/lib/MooX/Role/Parameterized/Cookbook.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package MooX::Role::Parameterized::Cookbook;
2 1     1   218685 use v5.12;
  1         5  
3 1     1   7 use strict;
  1         2  
  1         37  
4 1     1   6 use warnings;
  1         3  
  1         147  
5              
6             our $VERSION = '0.701'; # VERSION
7              
8             # ABSTRACT: recipes and worked examples for MooX::Role::Parameterized
9              
10             1;
11              
12             __END__