Condition Coverage

blib/lib/Gherkin/AstBuilder.pm
Criterion Covered Total %
condition 6 17 35.2


and 3 conditions

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

or 2 conditions

line l !l condition
89 0 9 $node->get_single('Tags') || (return [])
155 0 12 $_[1]->get_single('Description') || ''
169 0 9 $node->get_single('DataTable') || undef
170 0 9 $node->get_single('DocString') || undef

or 3 conditions

line l !l&&r !l&&!r condition
23 0 3 0 $id_generator // sub { return $id_counter++; }
82 0 21 0 $column // $token->location->{'column'}