Im currently trying out Devel::Cover and so far I was able to successfully generate the statistics detailing test coverage. What I want to do is determine the percent of coverage and fail the project (in Jenkins) if it doesn't meet the minimum percentage required. Any ideas how to accomplish this?