| blib/lib/String/Escape.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| subroutine | 34 | 37 | 91.8 |
| pod | 24 | 24 | 100.0 |
| line | count | pod | subroutine |
|---|---|---|---|
| 9 | 6 | n/a | BEGIN |
| 10 | 6 | n/a | BEGIN |
| 11 | 6 | n/a | BEGIN |
| 13 | 6 | n/a | BEGIN |
| 55 | 6 | n/a | BEGIN |
| 57 | 6 | n/a | BEGIN |
| 106 | 5 | Yes | quote |
| 111 | 5 | Yes | unquote |
| 116 | 8 | Yes | quote_non_words |
| 121 | 0 | Yes | singlequote |
| 126 | 0 | Yes | unsinglequote |
| 182 | 6 | n/a | BEGIN |
| 193 | 6 | n/a | _define_backslash_escapes |
| 199 | 9 | Yes | backslash |
| 207 | 8 | Yes | unbackslash |
| 213 | 5 | Yes | qqbackslash |
| 216 | 4 | Yes | unqqbackslash |
| 255 | 6 | n/a | BEGIN |
| 265 | 12 | Yes | printable |
| 272 | 12 | Yes | unprintable |
| 278 | 8 | Yes | qprintable |
| 281 | 1 | Yes | unqprintable |
| 301 | 0 | Yes | unquotemeta |
| 364 | 6 | n/a | BEGIN |
| 374 | 4 | Yes | elide |
| 516 | 6 | n/a | BEGIN |
| 520 | 6 | Yes | add |
| 528 | 1 | Yes | names |
| 534 | 3 | Yes | escape |
| 555 | 4 | n/a | _expand_escape_spec |
| 574 | 1 | n/a | _unsupported_escape_spec |
| 687 | 2 | Yes | string2list |
| 717 | 1 | Yes | list2string |
| 722 | 1 | Yes | list2hash |
| 732 | 1 | Yes | hash2list |
| 742 | 1 | Yes | string2hash |
| 747 | 1 | Yes | hash2string |