Branch Coverage

blib/lib/Term/Report.pm
Criterion Covered Total %
branch 0 52 0.0


line true false branch
29 0 0 if ($$self{'numFormat'})
30 0 0 if ($self->loadModule('Number::Format', 'numFormat'))
31 0 0 if (ref $$self{'numFormat'} ne 'ARRAY') { }
45 0 0 if ($$self{'statusBar'})
46 0 0 if ($self->loadModule('Term::StatusBar', 'statusBar'))
47 0 0 if (ref $$self{'statusBar'} ne 'ARRAY') { }
65 0 0 if (not defined $params{'cls'} or $params{'cls'})
98 0 0 if ($@)
112 0 0 if (exists $$self{$method})
113 0 0 if (defined $val) { }
141 0 0 unless ($row =~ /^\d+$/)
144 0 0 unless (exists $$self{'SP'}{$label})
149 0 0 if (my $t = $$self{'SP'}{$label}->text) { }
152 0 0 if (not $$self{'SP'}{$label}->reset) { }
169 0 0 if $row > $$self{'currentRow'}
171 0 0 if ($$self{'numFormat'})
187 0 0 if ($$self{'numFormat'})
191 0 0 if (not $$self{'prevText'}) { }
197 0 0 if (not $$self{'prevText'} =~ /\n/) { }
198 0 0 if ($text =~ /^\n/) { }
217 0 0 if not $$self{'noPrint'}
246 0 0 unless defined $$self{'statusBar'}
251 0 0 if (ref $config eq 'HASH')
261 0 0 if ($num < length $$config[$x + 1])
277 0 0 unless defined $label
279 0 0 if (defined $text)