Clover Coverage Report - Atlassian XWork(Aggregated)
Coverage timestamp: Wed Jul 27 2011 23:39:31 CDT
1   11   1   1
0   9   1   1
1     1  
1    
 
 
  CSSVelocityResult       Line # 5 1 1 0% 0.0
 
No Tests
 
1    package com.atlassian.xwork.results;
2   
3    import com.opensymphony.webwork.dispatcher.VelocityResult;
4   
 
5    public class CSSVelocityResult extends VelocityResult
6    {
 
7  0 toggle protected String getContentType(String s)
8    {
9  0 return "text/css";
10    }
11    }