Branch Coverage

blib/lib/App/CSE.pm
Criterion Covered Total %
branch 8 38 21.0


line true false branch
173 0 0 unless (-e $file)
183 0 0 if (my $cseignore = $self->cseignore)
186 0 0 if ($line =~ /^\s*(?:#|$)/)
223 0 0 unless (-r $self->index_meta_file)
231 1 1 unless (-r $self->index_dirty_file)
251 2 0 if (my $opt_idx = $self->options->{'idx'})
261 0 3 unless ($ARGV[0])
265 0 3 if ($ARGV[0] =~ /^-/)
273 3 0 if ($command_class)
337 2 0 unless ('Log::Log4perl'->initialized)
342 2 0 if ($self->options->{'verbose'}) { }
375 0 0 unless (defined $opts)
379 0 0 if ($self->ignore_reassembl->match($file_name))
381 0 0 $opts->{'on_skip'} ? :
384 0 0 if ($file_name =~ m[(?:/|^)\.[^/\.]+])
386 0 0 $opts->{'on_hidden'} ? :
389 0 0 unless (-r $file_name)
391 0 0 $opts->{'on_unreadable'} ? :
408 0 0 if ($BLACK_LIST->{$mime_type})