Condition Coverage

blib/lib/Text/StemTagPOS.pm
Criterion Covered Total %
condition 12 27 44.4


and 3 conditions

line !l l&&!r l&&r condition
445 0 0 4322 exists $Parameters{'positionOffset'} and defined $Parameters{'positionOffset'}
466 4322 0 0 exists $Parameters{'test'} and $Parameters{'test'}
504 0 0 4322 exists $Parameters{'positionOffset'} and defined $Parameters{'positionOffset'}
555 4322 0 0 not defined $stringLength and $totalSubstrings
567 0 0 4322 defined $stringLength and $stringLength > 0
633 4322 0 0 exists $Parameters{'test'} and $Parameters{'test'}
903 50 4271 15681 $textIndex < $totalWords and $stemmedIndex < @$StemmedWordList

or 3 conditions

line l !l&&r !l&&!r condition
114 0 4 0 ref $Class || $Class
1193 1 0 303 exists $Parameters{'listOfPOSTagsToKeep'} || exists $Parameters{'listOfPOSTypesToKeep'}