blib/lib/Config/Model/Tester.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 71 | 2.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | $conf_dir and $home_for_test |
74 | 0 | 0 | 0 | $conf_dir and $conf_file_name |
175 | 0 | 0 | 0 | $t->{'no_warnings'} || exists $t->{'load_warnings'} and not defined $t->{'load_warnings'} |
260 | 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 |
709 | 1 | 0 | 0 | $log and -e $log4perl_user_conf_file |
734 | 0 | 0 | 0 | $test_only_app and $test_only_app ne $test_group |
line | l | !l | condition |
---|---|---|---|
176 | 0 | 0 | $info // [] |
197 | 0 | 0 | $args{'no_warnings'} || $t->{'no_warnings'} || 0 |
262 | 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' |
707 | 1 | 0 | $ENV{'HOME'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
78 | 0 | 0 | 0 | $t_data->{'data_from'} // $t_name |
87 | 0 | 0 | 0 | $map->{$^O} // $map->{'default'} |
175 | 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'} | |
260 | 0 | 0 | 0 | my $info = $t->{'log4perl_dump_warnings'} or $main::_use_log4perl_to_warn |
0 | 0 | 0 | $no_warnings or exists $t->{'dump_warnings'} and not defined $t->{'dump_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" |