Branch Coverage

blib/lib/Test/Data/Sah/JS.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
120 0 0 if ($opts->{'parent_args'}{'skip_if'} and my $reason = $opts->{'parent_args'}{'skip_if'}->($test))
125 0 0 if ($opts->{'code_test_excluded'} and my $reason = $opts->{'code_test_excluded'}->($test))
135 0 0 unless ($fn)
152 0 0 if ($test->{'dies'}) { }
157 0 0 unless (&ok(!$err, "compile ok ($tname}, $rt)"))
170 0 0 if ($test->{'valid_inputs'}) { }
0 0 elsif (exists $test->{'valid'}) { }
185 0 0 if ($test->{'valid'}) { }
198 0 0 if (exists $test->{'valid'})
199 0 0 if ($test->{'valid'}) { }
211 0 0 if (exists $test->{'errors'} or exists $test->{'warnings'} or exists $test->{'valid'})
213 0 0 $test->{'valid'} ? :
245 0 0 unless &ok(!$status, 'js file executed successfully')
252 0 0 unless $t->{'tags'}
271 0 0 if all_match(["clause:$_"], $t->{'tags'})
277 0 0 if all_match(['type:obj', "clause:$_"], $t->{'tags'})
281 0 0 if grep {/^prop:/;} @{$$t{'tags'};}