| inc/Test/Cukes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 1 | if ($feature_text) |
| 43 | 0 | 8 | if ($skip) |
| 48 | 6 | 2 | if $pre =~ /(Given|When|Then)/ |
| 54 | 8 | 15 | if (my(@matches) = $step =~ /$step_pattern/) |
| 64 | 0 | 8 | if ($skip == 0 and not $ok) |
| 75 | 0 | 8 | unless ($found_step) |
| 84 | 1 | 0 | unless 'Test::Cukes'->builder->has_plan |
| 92 | 1 | 0 | if @missing_steps == 0 |