blib/lib/Class/ReluctantORM/SQL/Where.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 0 | 0 | 0 | blessed $root and $root->isa(Criterion()) |
169 | 0 | 0 | 0 | blessed $crit and $crit->isa(Criterion()) |
358 | 0 | 0 | 0 | $expr->is_subquery and not $opts{'exclude_subqueries'} |
0 | 0 | 0 | $expr->is_column and defined $expr->table |
line | l | !l | condition |
---|---|---|---|
315 | 0 | 0 | $args{'prefix'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
124 | 0 | 0 | 0 | $root || Criterion()->new_tautology |