Condition Coverage

blib/lib/Lingua/YaTeA/Phrase.pm
Criterion Covered Total %
condition 9 30 30.0


and 3 conditions

line !l l&&!r l&&r condition
61 0 12 286 &blessed($word) and $word->isa('Lingua::YaTeA::WordFromCorpus')
78 0 0 12 &blessed($word) and $word->isa('Lingua::YaTeA::LexiconItem')
221 0 0 70 &blessed($this) and $this->isa('Lingua::YaTeA::MultiWordPhrase')
249 0 240 0 &blessed($this) and $this->isa('Lingua::YaTeA::MultiWordTermCandidate')
262 0 240 0 defined $option_set->getOption('monolexical-included') and $option_set->getOption('monolexical-included')->getValue == 1
0 0 0 &blessed($tc) and $tc->isa('Lingua::YaTeA::MonolexicalTermCandidate')
240 0 0 defined $option_set->getOption('monolexical-included') and $option_set->getOption('monolexical-included')->getValue == 1 and (&blessed($tc) and $tc->isa('Lingua::YaTeA::MonolexicalTermCandidate'))
0 0 0 defined $option_set->getOption('monolexical-included') and $option_set->getOption('monolexical-included')->getValue == 1 and (&blessed($tc) and $tc->isa('Lingua::YaTeA::MonolexicalTermCandidate')) and !defined($option_set->getOption('monolexical-all')) || $option_set->getOption('monolexical-all')->getValue == 0
374 0 195 129 &blessed($term_candidate) and $term_candidate->isa('Lingua::YaTeA::MultiWordTermCandidate')

or 3 conditions

line l !l&&r !l&&!r condition
262 0 0 0 !defined($option_set->getOption('monolexical-all')) || $option_set->getOption('monolexical-all')->getValue == 0