Branch Coverage

blib/lib/App/RL/Command/gff.pm
Criterion Covered Total %
branch 17 20 85.0


line true false branch
41 1 4 if (@{$args;} < 1)
48 0 4 if lc $_ eq 'stdin'
49 1 3 unless (Path::Tiny::path($_)->is_file)
54 0 3 if (not exists $opt->{'outfile'})
70 14 756 if substr($line, 0, 1) eq '#'
75 329 427 if (defined $opt->{'tag'})
76 230 99 if $opt->{'tag'} ne $feature_type
83 0 526 if ($opt->{'remove'})
87 3 523 unless (exists $set_of->{$chr_name})
103 1 2 if (lc $opt->{'outfile'} eq 'stdout') { }