| blib/lib/Config/Model/Tester.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 74 | 2.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 0 | 0 | 0 | $conf_dir and $home_for_test |
| 70 | 0 | 0 | 0 | $conf_dir and $conf_file_name |
| 171 | 0 | 0 | 0 | $t->{'no_warnings'} || exists $t->{'load_warnings'} and not defined $t->{'load_warnings'} |
| 256 | 0 | 0 | 0 | $test_logs and (my $info = $t->{'log4perl_dump_warnings'}) || $main::_use_log4perl_to_warn |
| 0 | 0 | 0 | exists $t->{'dump_warnings'} and not defined $t->{'dump_warnings'} | |
| 385 | 0 | 0 | 0 | $^O eq 'MSWin32' and my $fm = $t->{'file_mode'} |
| 585 | 0 | 0 | 0 | defined $do and not $t_name =~ /$do/l |
| 710 | 1 | 0 | 0 | $log and -e $log4perl_user_conf_file |
| 737 | 0 | 0 | 0 | $test_only_app and $test_only_app ne $test_group |
| line | l | !l | condition |
|---|---|---|---|
| 172 | 0 | 0 | $info // [] |
| 193 | 0 | 0 | $args{'no_warnings'} || $t->{'no_warnings'} || 0 |
| 258 | 0 | 0 | $info // [] |
| 284 | 0 | 0 | $nw || 0 |
| 377 | 0 | 0 | $t->{'no_warnings'} || 0 |
| 469 | 0 | 0 | $t->{'load_check2'} || 'yes' |
| 476 | 0 | 0 | $t->{'no_warnings'} || 0 |
| 558 | 0 | 0 | $_->{'_file'} // 'unknown' |
| 614 | 0 | 0 | $t->{'load_check'} || 'yes' |
| 708 | 1 | 0 | $ENV{'HOME'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 74 | 0 | 0 | 0 | $t_data->{'data_from'} // $t_name |
| 83 | 0 | 0 | 0 | $map->{$^O} // $map->{'default'} |
| 171 | 0 | 0 | 0 | my $info = $t->{'log4perl_load_warnings'} or $main::_use_log4perl_to_warn |
| 0 | 0 | 0 | $t->{'no_warnings'} || exists $t->{'load_warnings'} | |
| 256 | 0 | 0 | 0 | (my $info = $t->{'log4perl_dump_warnings'}) || $main::_use_log4perl_to_warn |
| 0 | 0 | 0 | not $test_logs or $no_warnings | |
| 406 | 0 | 0 | 0 | $t->{'file_contents'} || $t->{'file_content'} |
| 541 | 0 | 0 | 0 | $test_suite_data->{'app_to_test'} ||= $test_group |
| 584 | 0 | 0 | 0 | $t->{'name'} || "t$idx" |