Branch Coverage

bin/idoit-query.pl
Criterion Covered Total %
branch 4 16 25.0


line true false branch
25 1 1 if (exists $config->{'opt'}{'file'} and my $fname = $config->{'opt'}{'file'}) { }
28 0 1 if ($fname eq '-') { }
32 0 1 unless open my $fh, "<", $fname
55 0 0 if $opt->{'help'}
57 0 0 if $opt->{'man'}
59 0 0 if $opt->{'version'}
73 0 0 if ($config->{'opt'}{'pretty'}) { }
88 0 0 if ($data->{'is_success'}) { }