| lib/App/pherkin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 34 | 52.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 291 | 0 | 0 | 2 | $reftype eq "HASH" and $key eq "extensions" |
| line | l | !l | condition |
|---|---|---|---|
| 79 | 5 | 0 | $features_path ||= "./features/" |
| 355 | 0 | 0 | $App::pherkin::VERSION || '(development)' |
| 397 | 5 | 0 | $keys{$key} || die("Unknown configuration option [$key]") |
| 406 | 1 | 0 | $value->{$_} || {} |
| 408 | 0 | 1 | $additions{0 + $target} ||= [] |
| 426 | 1 | 1 | $additions{0 + $target} ||= [] |
| 480 | 11 | 0 | &$deref('output') || 'TermColor' |
| 485 | 5 | 6 | &$deref("tags") // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 0 | $result eq "pending" or $result eq "undefined" |
| 175 | 1 | 5 | 6 | $ENV{'PHERKIN_CONFIG'} || () |
| 202 | 2 | 0 | 1 | $ENV{$inval} // "Environment variable $inval not defined" |
| 399 | 1 | 0 | 4 | $key eq "extensions" or $key eq "extension" |
| 579 | 3 | 0 | 0 | $step_object->verb_original || $step_object->verb |