The main goal is to show unused dependencies on Node.js modules, more specifically, to show that Foo dependency declared in package.json is not being used because there is no require('foo').
Coverage remained the same at 89.968% when pulling 0fda4a685976037729c3ee8c62a1aab9c251a5b0 on felipewmartins:szero-99 into d5e6c5a9575d3e234eb1b1e7340b65b410df8769 on bucharest-gold:master.
Fixed the summary option. When it used, the same shows the "devDependencies" in the "Unused Dependencies" section.