blib/lib/Gwybodaeth/Tokenize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
53 | 10 | 83 | if / # string is entirly whitespace or empty ^\s*$/x |
69 | 2 | 83 | unless defined ${$data;}[$i] |
73 | 2 | 81 | if (${$data;}[$i] =~ /^\< # line begins with a opening square bracket /x and ${$data;}[$i] =~ /[^\>]$ # line doesn't end with a closing square # bracket /x or ${$data;}[$i] =~ /^\" # line begins with a double quote /x and ${$data;}[$i] =~ / [^\"]$ # line doesn't end with a double quote /x) |