blib/lib/Lingua/Norms/SUBTLEX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 29 | 51.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
301 | 0 | 0 | 0 | not $Lingua::Norms::SUBTLEX::EVAL_ERROR and is_numeric($frq_opm) |
685 | 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) |
line | l | !l | condition |
---|---|---|---|
305 | 0 | 0 | $frq_count ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
299 | 0 | 0 | 0 | $Lingua::Norms::SUBTLEX::EVAL_ERROR or not is_numeric($frq_count) |
761 | 2 | 0 | 2 | not scalar @ari or $ari[0] eq 'Word' |
855 | 0 | 0 | 0 | nocontent($path) or not -T $path |
1088 | 22 | 1 | 0 | $fieldpath ||= 'File::Spec'->catfile($self->{'_MODULE_DIR'}, 'specs.csv') |