exodist / Term-Table

Format a header and rows into a table
Other
6 stars 9 forks source link

Term::Table::LineBreak: methods undocumented; columns() not tested #16

Open jkeenan opened 1 year ago

jkeenan commented 1 year ago

I have begun to study the Test2-Suite and Term-Table distributions on CPAN in anticipation of their being brought into the Perl core distribution. I ran Term-Table through Devel::Cover and got the coverage report presented earlier today in https://github.com/exodist/Term-Table/issues/15.

By my count lib/Term/Table/LineBreak.pm has 4 publicly available methods. None of these are documented. The columns method here is not exercised by Term-Table's test suite.

It would be good to get these subroutines documented and fully exercised by the test suite.