| blib/lib/Genealogy/Gedcom/Reader/Lexer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 17 | 64.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 233 | 3414 | 587 | 0 | $item->{'level'} == 0 and $item->{'xref'} |
| 813 | 0 | 1364 | 5120 | $index <= $#$line and $line->[$index][1] >= $level |
| 1364 | 5120 | 0 | $index <= $#$line and $line->[$index][1] >= $level and $$jump{$line->[$index][3]} || $line->[$index][3] =~ /^_/ |
| line | l | !l | condition |
|---|---|---|---|
| 420 | 1478 | 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 | 1478 | $length < $min || $length > $max |
| 813 | 3978 | 7 | 1135 | $$jump{$line->[$index][3]} || $line->[$index][3] =~ /^_/ |