blib/lib/Lingua/YaTeA/WordOccurrence.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 0 | 18 | 594 | &blessed($this) and $this->isa('Lingua::YaTeA::WordFromCorpus') |
64 | 0 | 6 | 12 | &blessed($this) and $this->isa('Lingua::YaTeA::ForbiddenStructureMark') |
80 | 0 | 2 | 4 | $Lingua::YaTeA::Corpus::tt_counter == 0 and $this->getAction ne 'split' |
94 | 0 | 0 | 6 | &blessed($this) and $this->isa('Lingua::YaTeA::TestifiedTermMark') |
111 | 348 | 0 | 12 | $Lingua::YaTeA::Corpus::forbidden_counter != 0 and $Lingua::YaTeA::Corpus::tt_counter == 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 18 | 0 | 568 | $this->isSentenceBoundary($sentence_boundary) == 1 or $this->isDocumentBoundary($document_boundary) == 1 |