Condition Coverage

blib/lib/Gwybodaeth/Tokenize.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
73 79 3 1 ${$data;}[$i] =~ /^\< # line begins with a opening square bracket /x and ${$data;}[$i] =~ /[^\>]$ # line doesn't end with a closing square # bracket /x
74 7 1 ${$data;}[$i] =~ /^\" # line begins with a double quote /x and ${$data;}[$i] =~ / [^\"]$ # line doesn't end with a double quote /x

or 3 conditions

line l !l&&r !l&&!r condition
73 1 0 82 ${$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