Condition Coverage

blib/lib/TestRail/API.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
133 0 0 0 $response->code == 200 and not $response->content
721 0 0 0 defined $extras and reftype $extras eq 'HASH'
729 0 0 0 defined $opts and reftype $opts eq 'HASH'
1383 0 0 0 defined $opts and reftype $opts eq 'HASH'
1391 0 0 0 defined $custom_fields and reftype $custom_fields eq 'HASH'

or 2 conditions

line l !l condition
64 0 0 $debug //= 0
106 0 0 $method //= 'GET'
229 0 0 $desc //= 'res ipsa loquiter'
230 0 0 $announce //= 0
383 0 0 $details ||= 'res ipsa loquiter'

or 3 conditions

line l !l&&r !l&&!r condition
62 0 0 0 $user //= $ENV{'TESTRAIL_USER'}
63 0 0 0 $pass //= $ENV{'TESTRAIL_PASSWORD'}