I am playing around with Devel::Cover to see how well our test suite is actually testing our codebase. I run all of our tests using -MDevel::Cover
nothing seems to fail or crash, but the HTML output of the coverage table has entries like these for all of our Modules:
The number of BEGIN
s listed seems to match the number of use Module::X
statements in the source file, but really clutters the HTML output. Is there any way to disable this feature? I don't see any mention of it in the tutorial or the Github issue tracker.