Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am mread on github.
* I am mread (https://keybase.io/mread) on keybase.
* I have a public key whose fingerprint is D62F 7651 0BEB 1C1B ED42 405C 07ED 4F52 A73C C187
To claim this, I am signing this object:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/tests">
<testsuite>
<xsl:variable name="populatedStacktraces">
<xsl:value-of select="count(test/testresult[not(stacktrace = '')])"/>
</xsl:variable>
<xsl:variable name="skippedStacktraces">
<xsl:value-of select="count(test/testresult[starts-with(stacktrace, 'org.junit.AssumptionViolatedException')])"/>
</xsl:variable>