Branch Coverage

blib/lib/KinoSearch1/Search/PhraseScorer.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
21 0 62 unless verify_args(\%instance_vars, @_)
30 0 62 unless $args{'slop'} == 0
36 0 62 unless $#{$args{'term_docs'};} == $#{$args{'phrase_offsets'};}