blib/lib/Test/BDD/Cucumber/Executor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 38 | 55.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
550 | 0 | 0 | 0 | $_->[1]{'source'} && $_->[1]{'line'} |
697 | 406 | 1 | 426 | $_->[0] == 0 && $_->[1] == length $text |
701 | 0 | 0 | 1040 | defined $_ and ref $_ |
0 | 0 | 1040 | defined $_ and ref $_ and defined $_->[0] | |
770 | 2222 | 0 | 3 | defined $e->{'amnesty'} and $e->{'effective_pass'} |
0 | 0 | 3 | defined $e->{'amnesty'} and $e->{'effective_pass'} and not $e->{'pass'} | |
0 | 0 | 3 | defined $e->{'amnesty'} and $e->{'effective_pass'} and not $e->{'pass'} and &any(sub { $_->{'tag'} eq "TODO"; } , @{$$e{"amnesty"};}) |
line | l | !l | condition |
---|---|---|---|
265 | 31 | 7 | $outline->{'name'} || '' |
332 | 7 | 428 | $step->columns || [] |
417 | 48 | 70 | $self->{'steps'}{'transform'} || [] |
712 | 3282 | 6867 | $range{$_} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
139 | 4 | 2 | 129 | $verb eq "transform" or $verb eq "after" |
224 | 0 | 0 | 0 | $deprecation_warned ||= carp("Test::BDD::Cucumber::Model::TagSpec is deprecated; replace with Cucumber::TagExpressions") |
239 | 69 | 0 | 0 | not $tagspec or _match_tags($tagspec, $outline) |