Branch Coverage

blib/lib/Config/Objective/Boolean.pm
Criterion Covered Total %
branch 3 4 75.0


line true false branch
36 4 1 if (not defined $value or $value =~ /^(yes|on|true|1)$/i) { }
1 0 elsif ($value =~ /^(no|off|false|0)$/i) { }