Condition Coverage

blib/lib/Test2/Tools/Class.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
41 1 54 51 defined $thing and &blessed($thing) || !ref($thing) && length $thing

or 3 conditions

line l !l&&r !l&&!r condition
39 9 97 0 $name ||= @items == 1 ? "$thing_name->$op('$items[0]')" : "$thing_name->$op(...)"
41 73 31 1 &blessed($thing) || !ref($thing) && length $thing
42 1 1 0 ref $thing || "'${thing}'"
52 102 0 1 "UNIVERSAL"->can($op) or $thing->can($op)