JaCoCo version:0.7.8
Operating system:linux
Tool integration: Maven+jacoco agent
I use jacoco agent to dump exec file,then use maven-plugin generate report
@Override
public GetCTaskTreeTypeResponse getCTaskTreeType(GetCTaskTreeRequest
request) throws Exception {
GetCTaskTreeTypeResponse responseType = new GetCTaskTreeTypeResponse();
ResponseStatusType responseStatusType = new ResponseStatusType();
try {
responseType = TaskBusiness.getCTaskTreeType(request);
responseStatusType.setAck(AckCodeType.Success);
In this class, TaskBusiness.getCTaskTreeType(request) is covered ,but
TaskBusiness's coverage is 0%.
Element Missed Instructions Cov. Missed Branches Cov. Missed Cxty
Missed Lines Missed Methods Missed Classes
Total 5,201 of 5,201 0% 662 of 662 0% 365 365 877
877 28 28 1 1
TaskBusiness 5,201 0% 662 0% 365 365 877 877
28 28 1
--
You received this message because you are subscribed to the Google Groups
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/7df5cd4b-14a1-4b55-a3cb-0c08812a3684%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.