| blib/lib/Test/Data/Sah/JS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 25 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | $opts->{'parent_args'}{'skip_if'} and my $reason = $opts->{'parent_args'}{'skip_if'}->($test) |
| 125 | 0 | 0 | 0 | $opts->{'code_test_excluded'} and my $reason = $opts->{'code_test_excluded'}->($test) |
| line | l | !l | condition |
|---|---|---|---|
| 118 | 0 | 0 | $test->{'tags'} // [] |
| 214 | 0 | 0 | $test->{'warnings'} // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 0 | 0 | 0 | $opts->{'node_path'} // $args{'nodejs_path'} |
| 0 | 0 | 0 | ($opts->{'node_path'} // $args{'nodejs_path'}) // get_nodejs_path() | |
| 211 | 0 | 0 | 0 | exists $test->{'errors'} or exists $test->{'warnings'} |
| 0 | 0 | 0 | exists $test->{'errors'} or exists $test->{'warnings'} or exists $test->{'valid'} | |
| 213 | 0 | 0 | 0 | $test->{'errors'} // ($test->{'valid'} ? 0 : 1) |