Condition Coverage

blib/lib/Cucumber/TagExpressions.pm
Criterion Covered Total %
condition 19 29 65.5


or 2 conditions

line l !l condition
81 3 1 _consume_char($state, 1) // ""

or 3 conditions

line l !l&&r !l&&!r condition
63 5 5 139 $char eq "(" or $char eq ")"
82 0 0 4 $char eq "(" or $char eq ")"
0 2 2 $char eq "(" or $char eq ")" or $char eq "\\"
2 1 1 $char eq "(" or $char eq ")" or $char eq "\\" or $char =~ /\s/
114 0 0 4 not $token or $token ne ")"
126 0 0 34 $token eq "and" or $token eq "or"
0 0 34 $token eq "and" or $token eq "or" or $token eq "not"
138 0 5 20 not defined $token or $token eq ")"
142 10 7 3 $token eq "or" or $token eq "and"