Branch Coverage

blib/lib/Goo/TextTable.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
37 0 0 unless ($$this{'rows'})
44 0 0 if (scalar @columns > $$this{'column_count'})
55 0 0 unless (exists $$this{'max_width'}{$column})
61 0 0 if ($column_width > $$this{'max_width'}{$column})