lib/UR/ObjectDeprecated.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
166 | 61024 | 26 | 1876 | @_ == 2 and not ref $_[1] |
234 | 1 | 100 | 48 | not defined $observer_params{'subject_id'} and ref $self |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
31 | 27 | 3 | 0 | $self->get(@_) || $self->create(@_) |
228 | 71 | 232 | 0 | $translate{$name} || $name |
273 | 0 | 0 | 0 | @_ == 3 or @_ == 2 |