Branch Coverage

blib/lib/App/Rangeops/Command/merge.pm
Criterion Covered Total %
branch 17 36 47.2


line true false branch
47 0 1 unless (@{$args;})
51 0 1 if lc $_ eq 'stdin'
52 0 1 unless (Path::Tiny::path($_)->is_file)
57 0 1 if (not exists $opt->{'outfile'})
76 29 58 unless App::RL::Common::info_is_valid($info)
79 8 50 unless (exists $graph_of_chr->{$chr})
84 24 34 unless ($graph_of_chr->{$chr}->has_vertex($range))
89 0 24 if $opt->{'verbose'}
110 0 0 if $opt->{'verbose'}
117 0 0 if ($i_set->is_not_empty)
120 0 0 if ($coverage_i >= $opt->{'coverage'} and $coverage_j >= $opt->{'coverage'})
127 0 0 if $opt->{'verbose'}
132 0 0 if $opt->{'verbose'}
145 0 8 if $opt->{'verbose'}
164 0 5 if $opt->{'verbose'}
180 4 6 if $range eq $merge_range
184 0 6 if $opt->{'verbose'}
193 1 0 if (lc $opt->{'outfile'} eq 'stdout') { }