History log of /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/HtmlReport.java
Revision Date Author Comments
67a526d51b77708959f9bdc6a4226c3ed460d6df 30-Apr-2015 Guang Zhu <guangzhu@google.com> CTS coverage tool improvements

* remove default package prefix filter on 'android' package
* enabled multiple package prefix filters
* improved sorting logic:
* first compare by coverage percentage segments (0, 50%, 80%)
* then compare by member sizes for classes/packages in
in descending order

Bug: 19272826
Change-Id: I8416a08d152e2028daf5cb945388be590d3feab8
e0158bf3add763dfe456229564d754810610ffda 19-Jul-2013 Tsu Chiang Chuang <tsu@google.com> make the xml and html report title configurable.

Change-Id: Idfb9183e4ac0c87b629a9d0f7f385d7255cd844c
8510e680096b9033195fb69f9e7c9342b1a13474 18-Jul-2013 Tsu Chiang Chuang <tsu@google.com> make the filter for package prefix in the report configurable.

Change-Id: Ia1d0f03203611d917c93af5fd0dc4242b5c2e82b
d9423e0d02b842b6474ec51b6b8fb42c54cbe208 06-Jan-2012 Brian Muramatsu <btmura@google.com> Mark Deprecated Classes and Methods

Put a line through classes and methods that are deprecated
in the coverage report. This could help prioritize writing tests.

Change-Id: I8ee80f0af9ba0ea759d10e054a012e28a354d982
16fdad8cd805957941bc6fd4474e1d8d1746fb99 03-Dec-2010 Brian Muramatsu <btmura@android.com> More CTS Coverage Build Improvements

Bug 3245588

The build server couldn't display the XML report with the XSL
transformation. Thus, when you clicked on the XML file, you
would just see the raw XML which wasn't very useful. So make
the report generator output a single HTML file by transforming
the XML into HTML in code.

Change-Id: Ie8b585551e4150f360a6622b3c6f7298ebd0a1e8