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