BoxLang 🚀 A New JVM Dynamic Language Learn More...
Lucee File Coverage Extension This extension provides a debugging template that logs all the calls to script files as a user navigates your site. It then allows you to browse which files have been used and more importantly which have not
Getting Started (We are hoping this will go onto the lucee extension store in the future).
Check out the installation guide. At the moment this is the main way of installing it until we get this everything ready to be added to the Lucee Extension "store".
Prerequisites
Installing First you need to build the project, simply go into the root and run:
ant
This will create a file in the dist folder called filecoverage-extension-X.X.X.X.lex. This extension is meant to deployed to a web context (versus a server context) as it installs the reporting application into your webroot in a folder called /filecoverage so you can access it as http://localhost/filecoverage.
Reports At the moment this is pretty rough and ready and you just need to go to http://localhost/filecoverage to view how many hits each file gets as well as some information on which functions/methods are used in a CFC.
$
install lucee-file-coverage
-Dlucee-extensions=lucee-file-coverage