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

wmixvideo / nfe / #8046

24 Jun 2025 02:03AM UTC coverage: 51.461% (+24.5%) from 26.994%
#8046

push

web-flow
Merge 80a657e41 into bb9f583b3

11 of 16 new or added lines in 1 file covered. (68.75%)

2980 existing lines in 402 files now uncovered.

14017 of 27238 relevant lines covered (51.46%)

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/CTFormaPagamentoTransformer.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) {
UNCOV
10
        return CTFormaPagamento.valueOfCodigo(codigo);
×
11
    }
12

13
    @Override
14
    public String write(final CTFormaPagamento tipo) {
UNCOV
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