Condition Coverage

blib/lib/Statistics/Contingency.pm
Criterion Covered Total %
condition 18 20 90.0


and 3 conditions

line !l l&&!r l&&r condition
67 20 9 3 $$assigned{$cat} and $$correct{$cat}
68 20 3 9 $$assigned{$cat} and not $$correct{$cat}
69 12 16 4 not $$assigned{$cat} and $$correct{$cat}
104 17 2 5 $$h{'c'} and not $$h{'a'}
19 2 3 $$h{'c'} and not $$h{'a'} and not $$h{'b'}

or 2 conditions

line l !l condition
163 0 2 shift() || 3

or 3 conditions

line l !l&&r !l&&!r condition
70 12 0 20 $$assigned{$cat} or $$correct{$cat}