| script/ospfview | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 27 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | $? and WIFEXITED($?) && WEXITSTATUS($?) != 0 || WIFSIGNALED($?) && WTERMSIG($?) != 15 | 
| 163 | 0 | 0 | 0 | defined $ipv6 and $ipv6 != $yamlospf->ipv6 | 
| 168 | 0 | 0 | 0 | $oldyaml and $oldyaml eq $yaml | 
| 0 | 0 | 0 | $oldyaml and $oldyaml eq $yaml and not $gone | |
| 172 | 0 | 0 | 0 | $diff and $oldyaml | 
| 201 | 0 | 0 | 0 | $? and WIFEXITED($?) && WEXITSTATUS($?) != 0 || WIFSIGNALED($?) && WTERMSIG($?) != 15 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | WIFEXITED($?) && WEXITSTATUS($?) != 0 || WIFSIGNALED($?) && WTERMSIG($?) != 15 | 
| 168 | 0 | 0 | 0 | $oldyaml and $oldyaml eq $yaml and not $gone or $term | 
| 201 | 0 | 0 | 0 | WIFEXITED($?) && WEXITSTATUS($?) != 0 || WIFSIGNALED($?) && WTERMSIG($?) != 15 |