Condition Coverage

blib/lib/WWW/Challonge/Match.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
107 2 3 0 ref $args eq 'HASH' and !defined($$args{'scores_csv'}) || ref $$args{'scores_csv'} ne 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
104 2 3 2 ref $args eq 'ARRAY' or ref $args eq 'HASH'
107 1 0 2 !defined($$args{'scores_csv'}) || ref $$args{'scores_csv'} ne 'ARRAY'