Condition Coverage

blib/lib/Role/Declare.pm
Criterion Covered Total %
condition 12 17 70.5


and 3 conditions

line !l l&&!r l&&r condition
65 10 0 1 not @$retval and $allow_empty
114 6 0 1 not defined $self and $allow_undef
115 1 2 3 ref $self and &refaddr($self) eq $orig_self_addr
157 31 0 11 wantarray and $val_list
158 0 0 31 defined wantarray and $val_scalar

or 2 conditions

line l !l condition
28 1 17 $return_hooks{&refaddr($target)} //= {}