| blib/lib/Genealogy/Gedcom/Reader/Lexer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 17 | 64.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 233 | 3354 | 544 | 0 | $item->{'level'} == 0 and $item->{'xref'} |
| 813 | 0 | 1317 | 4973 | $index <= $#$line and $line->[$index][1] >= $level |
| 1317 | 4973 | 0 | $index <= $#$line and $line->[$index][1] >= $level and $$jump{$line->[$index][3]} || $line->[$index][3] =~ /^_/ |
| line | l | !l | condition |
|---|---|---|---|
| 420 | 1423 | 0 | $max{$id} || die("Error: Line: $line->[0]. Invalid field name in get_max_length($id)") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 204 | 0 | 0 | 1423 | $length < $min || $length > $max |
| 813 | 3877 | 7 | 1089 | $$jump{$line->[$index][3]} || $line->[$index][3] =~ /^_/ |