Branch Coverage

blib/lib/WordListBase.pm
Criterion Covered Total %
branch 2 6 33.3


line true false branch
17 0 1 unless $param_spec->{$param_name}
21 0 1 if $param_spec->{$param_name}{'req'} and not exists $params{$param_name}
25 0 0 if not defined $params{$param_name} and exists $param_spec->{$param_name}{'default'}