Condition Coverage

blib/lib/WebService/Cryptsy.pm
Criterion Covered Total %
condition 8 14 57.1


and 3 conditions

line !l l&&!r l&&r condition
146 0 2 19 $decoded and $$decoded{'success'}
147 0 0 2 $decoded && $$decoded{'error'}
156 16 3 0 not defined $$decoded{'return'} and $method eq 'mytransactions' || $method eq 'cancelmarketorders' || $method eq 'cancelallorders'

or 2 conditions

line l !l condition
64 1 0 $limit ||= 200

or 3 conditions

line l !l&&r !l&&!r condition
156 2 1 0 $method eq 'mytransactions' || $method eq 'cancelmarketorders' || $method eq 'cancelallorders'