Branch Coverage

blib/lib/App/Rangeops/Command/merge.pm
Criterion Covered Total %
branch 24 36 66.6


line true false branch
45 0 2 unless (@{$args;})
49 0 2 if lc $_ eq 'stdin'
50 0 2 unless (Path::Tiny::path($_)->is_file)
55 0 2 if (not exists $opt->{'outfile'})
74 58 116 unless App::RL::Common::info_is_valid($info)
77 16 100 unless (exists $graph_of_chr->{$chr})
82 48 68 unless ($graph_of_chr->{$chr}->has_vertex($range))
87 0 48 if $opt->{'verbose'}
108 0 24 if $opt->{'verbose'}
115 9 85 if ($i_set->is_not_empty)
118 5 4 if ($coverage_i >= $opt->{'coverage'} and $coverage_j >= $opt->{'coverage'})
125 0 5 if $opt->{'verbose'}
130 0 8 if $opt->{'verbose'}
143 0 8 if $opt->{'verbose'}
162 0 5 if $opt->{'verbose'}
178 4 6 if $range eq $merge_range
182 0 6 if $opt->{'verbose'}
191 1 0 if (lc $opt->{'outfile'} eq 'stdout') { }