| blib/lib/Parse/Highlife/Token/Delimited.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 10 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 31 | 0 | 0 | if (substr($string, $offset, length $$self{'start'}) eq $$self{'start'}) | 
| 38 | 0 | 0 | if (substr($tail, 0, length $$self{'end'}) eq $$self{'end'}) | 
| 47 | 0 | 0 | if (substr($before, -length($$self{'escape'})) eq $$self{'escape'}) | 
| 56 | 0 | 0 | if ($escapes % 2 == 0) | 
| 64 | 0 | 0 | if ($ended) |