Find everything a module depends on so you can easily extract it into a separate binary
Month: June 2023
Updated Metrics in Understand 6.4
Abstract: Learn what’s changed with Metrics in Understand 6.4. What happened to metric …!?!? If you don’t see your favorite metric right away, don’t panic. Understand 6.4 made some changes to metrics,…
Metric Plugins
Abstract: Understand 6.4 let’s you create your own metrics. Understand comes with a lot of built-in metrics, like the number of code lines or the McCabe cyclomatic complexity of a function. Not…
Visualize Code Coverage in Understand
Abstract: This article generates code coverage information for openssl and shows a few ways to use the information. I have to admit that the only time I’ve used code coverage is for…