Clover coverage report - groovy - 1.0-beta-6
Coverage timestamp: Thu Jul 15 2004 13:18:22 BST
file stats: LOC: 8   Methods: 1
NCLOC: 6   Classes: 1
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover
 
 Source file Conditionals Statements Methods TOTAL
UnterminatedStringLiteralException.java - 0% 0% 0%
coverage
 1   
 package org.codehaus.groovy.syntax.lexer;
 2   
 
 3   
 public class UnterminatedStringLiteralException extends LexerException {
 4  0
     public UnterminatedStringLiteralException(int line, int column) {
 5  0
         super("unterminated string literal", line, column);
 6   
     }
 7   
 }
 8