Condition Coverage

blib/lib/Gherkin/AstBuilder.pm
Criterion Covered Total %
condition 6 16 37.5


and 3 conditions

line !l l&&!r l&&r condition
294 0 0 0 @description and not $description[-1]->matched_text

or 2 conditions

line l !l condition
23 0 3 $id_generator // sub { return $id_counter++; }
89 0 9 $node->get_single('Tags') || (return [])
155 0 12 $_[1]->get_single('Description') || ''
168 0 9 $node->get_single('DataTable') || undef
169 0 9 $node->get_single('DocString') || undef

or 3 conditions

line l !l&&r !l&&!r condition
82 0 21 0 $column // $token->location->{'column'}