| lib/UR/DataSource/Pg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 3 | 14 | 21.4 | 
| line | l | !l | condition | 
|---|---|---|---|
| 131 | 0 | 0 | $$ret{$data->{'relname'}} ||= [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 189 | 0 | 0 | 4 | $left_type->isa($right_type) or $right_type->isa($left_type) | 
| 197 | 0 | 4 | 0 | $left_type->isa('UR::Value::Text') || $right_type->isa('UR::Value::Text') | 
| 0 | 0 | 4 | $operator ne 'like' or not $left_type->isa('UR::Value::Text') || $right_type->isa('UR::Value::Text') | |
| 244 | 0 | 0 | 0 | $dbh ||= $self->get_default_handle |