Condition Coverage

blib/lib/Lingua/Norms/SUBTLEX.pm
Criterion Covered Total %
condition 14 29 48.2


and 3 conditions

line !l l&&!r l&&r condition
300 0 0 0 not $Lingua::Norms::SUBTLEX::EVAL_ERROR and is_numeric($frq_opm)
684 120 0 32 ref $args{$_} and hascontent($self->{'_FIELDS'}->datum($self->{'_LANG'}, $_ . '_idx'))
1101 153 42 48 hascontent($min) and $n < $min
1104 133 36 26 hascontent($max) and $n > $max
48 162 33 $res and (hascontent($max) and $n > $max)

or 2 conditions

line l !l condition
304 0 0 $frq_count ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
298 0 0 0 $Lingua::Norms::SUBTLEX::EVAL_ERROR or not is_numeric($frq_count)
760 2 0 2 not scalar @ari or $ari[0] eq 'Word'
855 0 0 0 nocontent($path) or not -T $path
1088 24 0 0 $fieldpath ||= 'File::Spec'->catfile($self->{'_MODULE_DIR'}, 'specs.csv')