Branch Coverage

blib/lib/HTML/CheckArgs/option.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
17 1 5 if ($$config{'required'} and not $value) { }
1 4 elsif (not $$config{'required'} || $value) { }
27 2 2 unless (grep {$value eq $_;} @options)