Branch Coverage

blib/lib/MyCPAN/Indexer/Interface/Text.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
76 0 0 if $self->get_note('Finished')
78 0 0 unless ($count++ % 70)
83 0 0 unless $count < 70
92 0 0 if (not defined $info or ref $info ne ref {}) { }
0 0 elsif ($$info{'completed'}) { }
0 0 elsif ($$info{'skipped'}) { }
0 0 elsif (grep {exists $$info{$_};} 'error', 'fatal_error') { }
108 0 0 if ref $collator eq ref sub { }