in reply to Re^24: How to completely destroy class attributes with Test::Most?
in thread How to completely destroy class attributes with Test::Most?

I do not see anything obviously bad at a quick glance. I presume that it has tests and that they pass. Have you tried Devel::Cover to assess the code coverage of your test suite?

  • Comment on Re^25: How to completely destroy class attributes with Test::Most?

Replies are listed 'Best First'.
Re^26: How to completely destroy class attributes with Test::Most?
by nysus (Parson) on Sep 07, 2019 at 13:03 UTC

    It has basic formal tests built into it. I also have many more tests for a set of custom modules I wrote that exercise the module a lot harder. I’ve used Devel::Cover but not on this module yet. I also have to switch to File::Spec still.

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
    $nysus = $PM . ' ' . $MCF;
    Click here if you love Perl Monks