Branch Coverage

blib/lib/Lingua/YaTeA/TestifiedTerm.pm
Criterion Covered Total %
branch 6 20 30.0


line true false branch
17 0 1 unless ref $this
43 13 0 if ($match_type eq 'loose') { }
45 7 0 unless (exists $$filtering_lexicon_h{lc $lex_item->getIF} or exists $$filtering_lexicon_h{lc $lex_item->getLF})
57 0 0 if ($match_type eq 'strict') { }
59 0 0 unless (exists $$filtering_lexicon_h{lc($lex_item->getIF) . '~' . $lex_item->getPOS})
69 0 0 unless (exists $$filtering_lexicon_h{lc $lex_item->getIF})
96 4 0 if (&blessed($lex) and $lex->isa('Lingua::YaTeA::LexiconItem')) { }
100 0 4 if ($tag_set->existTag('PREPOSITIONS', $lex->getIF)) { }
193 1 0 if ($match_type eq 'loose') { }
203 0 0 if ($match_type eq 'strict') { }