Condition Coverage

blib/lib/Net/Flotum.pm
Criterion Covered Total %
condition 11 24 45.8


and 3 conditions

line !l l&&!r l&&r condition
47 3 1 0 exists $opts{'lazy'} and $opts{'lazy'}
114 4 0 2 exists $opts{'remote_id'} and defined $opts{'remote_id'}
0 0 4 exists $opts{'id'} and defined $opts{'id'}
124 0 0 1 exists $opts{'id'} and defined $opts{'id'}
133 0 0 1 exists $opts{'id'} and defined $opts{'id'}
143 0 0 1 exists $opts{'id'} and defined $opts{'id'}
145 0 0 1 exists $opts{'merchant_customer_id'} and defined $opts{'merchant_customer_id'}

or 3 conditions

line l !l&&r !l&&!r condition
114 2 0 4 exists $opts{'remote_id'} and defined $opts{'remote_id'} or exists $opts{'id'} and defined $opts{'id'}