blib/lib/DBD/SQLeet/VirtualTable/PerlData.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
line | l | !l | condition |
---|---|---|---|
136 | 43 | 4 | join(' && ', @conditions) || '1' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 4 | 2 | 0 | not $self->{'options'}{'colref'} or $n_cols == 1 |
53 | 2 | 2 | 0 | $self->{'options'}{'arrayrefs'} || $self->{'options'}{'hashrefs'} || $self->{'options'}{'colref'} |
244 | 56 | 101 | 921 | $self->EOF or eval { do { $self->{'is_wanted_row'}->($self, $self->{'row_ix'}) } } |