blib/lib/Test/Cukes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 16 | 81.2 |
line | true | false | branch |
---|---|---|---|
29 | 1 | 3 | if ($feature_text) |
43 | 0 | 12 | if ($skip) |
48 | 12 | 0 | if $pre =~ /(Given|When|Then)/ |
54 | 9 | 12 | if (my(@matches) = $step =~ /$step_pattern/) |
64 | 0 | 9 | if ($skip == 0 and not $ok) |
75 | 3 | 9 | unless ($found_step) |
84 | 3 | 1 | unless 'Test::Cukes'->builder->has_plan |
92 | 3 | 1 | if @missing_steps == 0 |