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

wmixvideo / nfe / #7074

24 Jun 2025 01:09AM UTC coverage: 51.425% (+24.4%) from 26.996%
#7074

push

web-flow
Merge 0ce3effce into bb9f583b3

14003 of 27230 relevant lines covered (51.42%)

0.51 hits per line

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

33.33
/src/main/java/com/fincatto/documentofiscal/cte200/transformers/CTTipoDocumentoOutroTransformer.java
1
package com.fincatto.documentofiscal.cte200.transformers;
2

3
import com.fincatto.documentofiscal.cte200.classes.CTFormaPagamento;
4
import org.simpleframework.xml.transform.Transform;
5

6
public class CTFormaPagamentoTransformer implements Transform<CTFormaPagamento> {
1✔
7

8
    @Override
9
    public CTFormaPagamento read(final String codigo) {
10
        return CTFormaPagamento.valueOfCodigo(codigo);
×
11
    }
12

13
    @Override
14
    public String write(final CTFormaPagamento tipo) {
15
        return tipo.getCodigo();
×
16
    }
17
}
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