Condition Coverage

blib/lib/Paymill/REST/Base.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
46 0 0 0 ref $item_attrs eq 'HASH' and exists $item_attrs->{'data'}
51 0 0 0 ref $item_attrs eq 'ARRAY' and scalar @$item_attrs < 1
83 0 0 0 ref $hashed_items eq 'HASH' and exists $hashed_items->{'data'}
146 0 0 0 defined $method and $method

or 2 conditions

line l !l condition
127 0 0 $params->{'uri'} || die('No URI given!')