blib/lib/UR/Object/Set.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 29 | 62.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
317 | 121 | 30 | 1 | $is_class_method and $member_method_closure |
346 | 0 | 0 | 0 | @values > 1 and not wantarray |
369 | 0 | 0 | 0 | @values > 1 and not wantarray |
line | l | !l | condition |
---|---|---|---|
239 | 14 | 21 | $deps->{$_} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
201 | 2 | 0 | 65 | $_->is_calculated or $_->is_transient |
210 | 2 | 24 | 24 | $not_ds_expressable or $self->_members_have_changes(@$aggr_properties) |
260 | 9 | 0 | 12 | not defined $min or $v < $min |
9 | 1 | 11 | not defined $min or $v < $min or $v lt $min | |
273 | 5 | 6 | 0 | not defined $max or $v > $max |
11 | 0 | 0 | not defined $max or $v > $max or $v gt $max |