blib/lib/Search/Query/Dialect.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
179 | 0 | 0 | 283 | $code && ref $code |
289 | 0 | 1 | 0 | $clause and &blessed($clause) |
0 | 1 | 0 | $clause and &blessed($clause) and $clause->isa('Search::Query::Dialect') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
179 | 0 | 0 | 283 | not $code && ref $code or ref $code ne 'CODE' |
182 | 0 | 283 | 0 | shift() || $self |