blib/lib/TestRail/API.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 31 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
122 | 0 | 0 | 0 | $response->code == 200 and not $response->content |
710 | 0 | 0 | 0 | defined $extras and reftype $extras eq 'HASH' |
718 | 0 | 0 | 0 | defined $opts and reftype $opts eq 'HASH' |
1355 | 0 | 0 | 0 | defined $opts and reftype $opts eq 'HASH' |
1363 | 0 | 0 | 0 | defined $custom_fields and reftype $custom_fields eq 'HASH' |
line | l | !l | condition |
---|---|---|---|
63 | 0 | 0 | $debug //= 0 |
95 | 0 | 0 | $method //= 'GET' |
218 | 0 | 0 | $desc //= 'res ipsa loquiter' |
219 | 0 | 0 | $announce //= 0 |
372 | 0 | 0 | $details ||= 'res ipsa loquiter' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | $user //= $ENV{'TESTRAIL_USER'} |
62 | 0 | 0 | 0 | $pass //= $ENV{'TESTRAIL_PASSWORD'} |