Branch Coverage

blib/lib/JCM/Boilerplate.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
20 0 4 unless @_ <= 2
0 4 unless @_ >= 1
3 1 @_ >= 2 ? :
21 0 4 unless ($type =~ /^(?:class|role|script)$/msu)
33 1 3 if ($type eq 'class') { }
1 2 elsif ($type eq 'role') { }
60 4 0 if ($JCM::Boilerplate::PERL_VERSION lt v5.24.0)