| blib/lib/OpusVL/Text/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 21 | 22 | 95.4 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 1 | 3 | if length $string < $length |
| 25 | 2 | 1 | if ($string =~ /^(.{0,$length}\w\b)/u) { } |
| 42 | 1 | 6 | if length $string < $length |
| 70 | 1 | 1 | unless (scalar @mand_found == scalar @$mandatory_fields) |
| 82 | 4 | 5 | if $value |
| 83 | 2 | 3 | if (&looks_like_number($value)) |
| 104 | 1 | 3 | unless (@values) |
| 115 | 2 | 60 | if ($i > $end) |
| 119 | 0 | 2 | if ($group > scalar @values) { } |
| 130 | 46 | 16 | if ($i >= $start and $i < $end) { } |
| 132 | 5 | 41 | unless ($group_inserted) |