| EMMA Coverage Report (generated Thu Jan 20 11:39:44 EST 2011) |
|---|
| [all classes][com.hammurapi.eventbus.tests] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| FaultyHandler.java | 100% (1/1) | 100% (2/2) | 100% (8/8) | 100% (2/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class FaultyHandler | 100% (1/1) | 100% (2/2) | 100% (8/8) | 100% (2/2) |
| FaultyHandler (): void | 100% (1/1) | 100% (3/3) | 100% (1/1) | |
| handle (String): void | 100% (1/1) | 100% (5/5) | 100% (1/1) |
| 1 | package com.hammurapi.eventbus.tests; |
| 2 | |
| 3 | import com.hammurapi.eventbus.Handler; |
| 4 | |
| 5 | public class FaultyHandler { |
| 6 | |
| 7 | @Handler |
| 8 | public void handle(String str) { |
| 9 | throw new RuntimeException("Oops!"); |
| 10 | } |
| 11 | |
| 12 | } |
| [all classes][com.hammurapi.eventbus.tests] |
| EMMA 2.0.5312 EclEmma Fix 2 (C) Vladimir Roubtsov |