blib/lib/Trinket/Directory/FilterParser/LDAP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
174 | 9 | 6 | unless $filter =~ /^\(/ |
178 | 9 | 33 | if ($filter =~ s/^\(\s*([&|!])\s*//) |
187 | 9 | 24 | if ($filter =~ s/^\)\s*//o) |
189 | 5 | 4 | unless @stack |
198 | 24 | 0 | if ($filter =~ s/^\(\s*($Attr)\s*($Op)($Value)\)\s*//o) |
206 | 0 | 15 | if (length $filter) |
235 | 0 | 0 | length $1 == 1 ? : |