You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests are broken down into subtests which group the major errors, actions and subroutines into common units.
There are a number of commented tests that could be fixed to hit edge cases and increase the branch and conditional coverage.
Devel::Cover reports the following:
---------------------------- ------ ------ ------ ------ ------ ------ ------
File stmt bran cond sub pod time total
---------------------------- ------ ------ ------ ------ ------ ------ ------
lib/App/ModuleBuildTiny.pm 68.3 52.2 34.2 100.0 12.5 100.0 62.2
Total 68.3 52.2 34.2 100.0 12.5 100.0 62.2
---------------------------- ------ ------ ------ ------ ------ ------ ------
These tests only cover the basics, but should be a good start for issue Leont#3.
Currently ambt doesn't have any end-user tests beyond compilation tests
The text was updated successfully, but these errors were encountered: