blib/lib/ODO/Query/VariablePatternMap.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
314 | 0 | 0 | 3 | exists $self->known_var_map->{$stmt->$comp->value} and $self->known_var_map->{$stmt->$comp->value} > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 5 | 1 | 0 | UNIVERSAL::isa($stmt, 'ODO::Statement') or $self->__is_pattern_key($stmt) |
136 | 1 | 0 | 0 | UNIVERSAL::isa($stmt, 'ODO::Statement') or $self->__is_pattern_key($stmt) |
219 | 5 | 3 | 0 | UNIVERSAL::isa($stmt, 'ODO::Statement') or $self->__is_pattern_key($stmt) |
247 | 2 | 1 | 0 | UNIVERSAL::isa($stmt, 'ODO::Statement') or $self->__is_pattern_key($stmt) |