Condition Coverage

blib/lib/Test/Stream/Compare/Value.pm
Criterion Covered Total %
condition 9 10 90.0


and 3 conditions

line !l l&&!r l&&r condition
37 1 0 23 defined $input and defined $got
38 10 4 9 &looks_like_number($got) and &looks_like_number($input)

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
36 23 4 2 1 defined $input xor defined $got