(string)
| 2709 | } |
| 2710 | |
| 2711 | function readDocumentMatcher(string) { |
| 2712 | return parseString(documentMatcherRule(), string); |
| 2713 | } |
| 2714 | |
| 2715 | function documentMatcherRule() { |
| 2716 | var sequence = lop.rules.sequence; |
nothing calls this directly
no test coverage detected