Skip to content

Commit

Permalink
#172 fixed XSL
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 12, 2018
1 parent a9913a1 commit 7033094
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/org/jpeek/metrics/TCC.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ SOFTWARE.
<xsl:copy>
<xsl:attribute name="value">
<xsl:choose>
<xsl:when test="$methods_count le 1">
<xsl:text>0</xsl:text>0</xsl:when>
<xsl:when test="$methods_count le 1"><xsl:text>0</xsl:text>0</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$NDC div $NC"/>
</xsl:otherwise>
Expand Down

0 comments on commit 7033094

Please sign in to comment.