| blib/lib/PIX/Walker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 28 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 115 | 0 | 0 | 0 | not $not_a_file and -f $file |
| 0 | 0 | 0 | not $not_a_file and -f "$file.conf" | |
| 0 | 0 | 0 | not $not_a_file and -f $host | |
| 0 | 0 | 0 | not $not_a_file and -f "$host.conf" | |
| 253 | 0 | 0 | 0 | defined $line and $line =~ /^\s*(\w+-object|desc)/ |
| 264 | 0 | 0 | 0 | defined $line and $line =~ /^access-list $name/ |
| line | l | !l | condition |
|---|---|---|---|
| 319 | 0 | 0 | $conf || [] |
| 334 | 0 | 0 | $conf || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 100 | 0 | 0 | 0 | ref $proto || $proto |
| 234 | 0 | 0 | 0 | $line eq '' or $line =~ /^#/ |