Branch Coverage

lib/Range/Merge/Boilerplate.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
22 0 12 unless ($type =~ /^(?:class|role|script)$/msu)
34 0 12 if ($type eq 'class') { }
0 12 elsif ($type eq 'role') { }
61 0 12 if ($Range::Merge::Boilerplate::PERL_VERSION lt v5.24.0)