blib/lib/vsDB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 60 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 0 | 0 | 0 | $count < $records and not $this->EOF |
491 | 0 | 0 | 0 | $filterOr and not $$this{'filterArray'}[$absolutePosition] |
0 | 0 | 0 | not $filterOr and $$this{'filterArray'}[$absolutePosition] | |
0 | 0 | 0 | $operator eq 'eq' and $this->FieldValue($fieldName) ne $criteria | |
0 | 0 | 0 | $operator eq 'ne' and not $this->FieldValue($fieldName) ne $criteria | |
0 | 0 | 0 | $operator eq 'like' and not index(lc $this->FieldValue($fieldName), lc $criteria, 0) + 1 | |
0 | 0 | 0 | $operator eq '>' and not $this->FieldValue($fieldName) > $criteria | |
0 | 0 | 0 | $operator eq '<' and not $this->FieldValue($fieldName) < $criteria |
line | l | !l | condition |
---|---|---|---|
26 | 0 | 0 | $keyValues{'file'} || $keyValues{'File'} || '' |
184 | 0 | 0 | shift() || (return 'ERROR: FieldValue(): Field Name Required') |
266 | 0 | 0 | shift() || 'vsDB' |
267 | 0 | 0 | shift() || 'Record' |
391 | 0 | 0 | shift() || (return 0) |
421 | 0 | 0 | shift() || (return 0) |
422 | 0 | 0 | shift() || 0 |
446 | 0 | 0 | shift() || (return 0) |
447 | 0 | 0 | shift() || 0 |
473 | 0 | 0 | shift() || (return 0) |
474 | 0 | 0 | shift() || 'eq' |
476 | 0 | 0 | shift() || 0 |
544 | 0 | 0 | shift() || 0 |
594 | 0 | 0 | shift() || '0' |
595 | 0 | 0 | shift() || '0' |
605 | 0 | 0 | $$this{'fieldNames'}{$fieldName} || 0 |
677 | 0 | 0 | $tempFileArray[0] || '' |
690 | 0 | 0 | $tempFileArray[0] || "\n" |