Apex Code Coverage List 1.2

Well this is the extended version of the app that I blogged few days back. The first version allowed user to see the code coverage in a listview format without going to developer console. Current version 1.2 now allows you to see the "Lines Covered", so now with this update you need not to go to the developer console at all.

This version uses SyntaxHighlighter plugin to highlight the code. You can read more about how this works in this blog.


Features

  • Quickly view the list of class / trigger coverage
  • View the Org wide coverage
  • View the lines covered for a specific class (new in v 1.2)

Some Screens of the actual app

The Apex code coverage list page


The page displaying the covered lines

2 comments:

  1. How can we put your package in Sandbox?

    ReplyDelete
    Replies
    1. Just change the "login" in the installation url with "test". Something like this https://test.salesforce.com/packaging/installPackage.apexp?p0=04t90000000MpXK should work

      Delete