Branch Coverage

blib/lib/App/Test/DWG/LibreDWG/DwgRead.pm
Criterion Covered Total %
branch 1 16 6.2


line true false branch
42 1 0 if (not &getopts("d:hv:", $self->{'_opts'}) or @ARGV < 1 or $self->{'_opts'}{'h'})
55 0 0 if ($self->{'_opts'}{'v'} == 0)
60 0 0 if (defined $tmp_dir and not -d $tmp_dir)
63 0 0 unless (defined $tmp_dir and -d $tmp_dir)
95 0 0 if ($exit_code)
101 0 0 if ($stdout)
106 0 0 if ($stderr)
111 0 0 if (my(@num) = $stderr =~ /ERROR/gms)