• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wmixvideo / nfe / #7632

23 Jul 2025 01:31AM UTC coverage: 51.794% (+24.8%) from 26.994%
#7632

push

web-flow
Merge e37a5245a into cb8c6ab74

122 of 122 new or added lines in 1 file covered. (100.0%)

2980 existing lines in 402 files now uncovered.

14360 of 27725 relevant lines covered (51.79%)

0.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/main/java/com/fincatto/documentofiscal/cte300/transformes/CTTipoServicoTransformer.java
1
package com.fincatto.documentofiscal.cte300.transformes;
2

3
import org.simpleframework.xml.transform.Transform;
4

5
import com.fincatto.documentofiscal.cte300.classes.CTTipoServico;
6

7
public class CTTipoServicoTransformer implements Transform<CTTipoServico> {
1✔
8
    
9
    @Override
10
    public CTTipoServico read(String arg0) {
UNCOV
11
        return CTTipoServico.valueOfCodigo(arg0);
×
12
    }
13
    
14
    @Override
15
    public String write(CTTipoServico arg0) {
16
        return arg0.getCodigo();
1✔
17
    }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc