Clover Coverage Report - Liquibase Core 2.0.2
Coverage timestamp: Wed Aug 3 2011 19:29:16 EDT
../../img/srcFileCovDistChart0.png 69% of files have more coverage
1   11   1   1
0   7   1   1
1     1  
1    
 
  AuthorListWriter       Line # 5 1 0% 1 2 0% 0.0
 
No Tests
 
1    package liquibase.dbdoc;
2   
3    import java.io.File;
4   
 
5    public class AuthorListWriter extends HTMLListWriter {
6   
 
7  0 toggle public AuthorListWriter(File outputDir) {
8  0 super("All Authors", "authors.html", "authors", outputDir);
9    }
10   
11    }