Condition Coverage

blib/lib/HTTP/QuickBase.pm
Criterion Covered Total %
condition 3 28 10.7


and 3 conditions

line !l l&&!r l&&r condition
1269 1 0 0 $$self{'apptoken'} ne '' and not $$self{'credentials'} =~ //
1299 0 1 0 defined $res->header('Set-Cookie') and $res->header('Set-Cookie') =~ /TICKET=(.+?);/
1762 0 0 0 $$offsetpointer < length $$data and substr($$data, $$offsetpointer, 1) eq "\r" || substr($$data, $$offsetpointer, 1) eq "\n"

or 2 conditions

line l !l condition
541 0 1 $prefix || 'https://www.quickbase.com/db'
1211 0 0 shift() || 'application/x-www-form-urlencoded'

or 3 conditions

line l !l&&r !l&&!r condition
1274 0 0 0 $content eq '' or not defined $content
1653 0 0 0 $c eq "\n" or $c eq "\r"
1684 0 0 0 $c eq "\n" or $c eq "\r"
1718 0 0 0 $c eq "\n" or $c eq "\r"
1762 0 0 0 substr($$data, $$offsetpointer, 1) eq "\r" || substr($$data, $$offsetpointer, 1) eq "\n"