blib/lib/Net/ACL/File/IPAccess.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 16 | 56.2 |
line | true | false | branch |
---|---|---|---|
27 | 8 | 0 | if defined $match |
29 | 8 | 0 | if defined $net |
30 | 8 | 0 | if defined $net and $net->bits != 32 |
31 | 2 | 6 | if defined $net and $net->bits == 0 |
32 | 0 | 8 | $str eq '' ? : |
62 | 0 | 9 | $lines =~ /\n./ ? : |
65 | 0 | 9 | if $line =~ /^access-list (\d{3}) /i |
66 | 0 | 9 | unless $line =~ /^access-list ([^ ]+) (permit|deny)(.*)$/i |