Condition Coverage

blib/lib/Test/Data/Sah.pm
Criterion Covered Total %
condition 11 28 39.2


and 3 conditions

line !l l&&!r l&&r condition
108 0 0 1 $dir and -d $dir
149 0 1503 0 $test->{'tags'} and @exclude_tags

or 2 conditions

line l !l condition
33 1 25 shift() // {}
38 1 25 $opts->{'gen_validator_opts'} // {}
39 1 25 $gvopts->{'return_type'} // "bool_valid"
156 0 0 $test->{'tags'} // []
260 1584 0 $test->{'tags'} // []

or 3 conditions

line l !l&&r !l&&!r condition
47 0 278 0 $test->{'name'} // "data " . Test::Data::Sah::dump($test->{'input'}) . " should" . ($test->{'valid'} ? " pass" : " not pass") . " schema " . Test::Data::Sah::dump($test->{'schema'})
168 0 0 0 not @files or grep {$_ eq $file;} @files
203 0 0 0 not @files or grep {$_ eq $file;} @files
235 14 0 0 not @files or grep {$_ eq $file;} @files