EMMA Coverage Report (generated Fri Sep 15 10:32:43 EDT 2006) |
---|
[all classes][org.apache.pluto.driver.services.portal] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
OneStartRenderConfig.java | 0% (0/1) | 0% (0/3) | 0% (0/11) | 0% (0/5) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class OneStartRenderConfig | 0% (0/1) | 0% (0/3) | 0% (0/11) | 0% (0/5) |
<static initializer> | 0% (0/1) | 0% (0/4) | 0% (0/1) | |
OneStartRenderConfig (): void | 0% (0/1) | 0% (0/3) | 0% (0/2) | |
addPage (OneStartPageConfig): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
1 | package org.apache.pluto.driver.services.portal; |
2 | |
3 | import org.apache.commons.logging.Log; |
4 | import org.apache.commons.logging.LogFactory; |
5 | |
6 | public class OneStartRenderConfig extends RenderConfig { |
7 | private static final Log LOG = LogFactory.getLog(OneStartRenderConfig.class); |
8 | |
9 | public OneStartRenderConfig() { |
10 | super(); |
11 | } |
12 | |
13 | public void addPage(OneStartPageConfig config) { |
14 | super.addPage(config); |
15 | } |
16 | |
17 | } |
[all classes][org.apache.pluto.driver.services.portal] |
EMMA 2.0.5312 (C) Vladimir Roubtsov |