blib/lib/Lingua/DE/Sentence.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 24 | 87.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
88 | 289 | 4 | 3 | $sent =~ /[$QUOTE]$/lo and $rest =~ /^[$QUOTE()\s]*([[:lower:]])/lo |
91 | 290 | 0 | 3 | $sent =~ /\W\.\.[$QUOTE\)]?$/lo and not $rest =~ /^(?:\s*$NL){2}/lo |
110 | 187 | 23 | 16 | $sent =~ /\d\.$/l and $sent =~ /(? |
210 | 16 | 0 | $sent =~ /\d\.$/l and $sent =~ /(? | |
114 | 41 | 171 | 6 | $sent =~ /\.$/l and $rest =~ /^\d/l |
124 | 189 | 2 | 7 | $rest =~ m[^([[:lower:]][[:lower:]\d]*[\.\?:/]?)+]lo and $sent =~ m[([[:lower:]\d]+[\.\?:/])+$]lo |
132 | 37 | 149 | 2 | $sent =~ /\.$/l and $rest =~ /^(\w{1,4})\b/l |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 5 | 0 | 11 | $1 < 40 || ($_ = $1) =~ /00$/l && $_ != 1900 && $_ != 2000 && $_ != 2100 |