blib/lib/Net/NVD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 11 | 27.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 2 | 0 | 0 | exists $args{'format'} and $args{'format'} ne "complete" |
2 | 0 | 0 | exists $args{'format'} and $args{'format'} ne "complete" and $args{'format'} ne "cve" |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 2 | $args{'format'} // "cve" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
34 | 0 | 0 | 0 | $res->{'headers'}{'message'} // "error querying NVD service ($res->{'status'})" |