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

wmixvideo / nfe / #7332

18 Nov 2025 07:23PM UTC coverage: 52.616% (-0.001%) from 52.617%
#7332

push

web-flow
Merge 26227d0ad into 38129e10e

4 of 8 new or added lines in 3 files covered. (50.0%)

14714 of 27965 relevant lines covered (52.62%)

0.53 hits per line

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

33.33
/src/main/java/com/fincatto/documentofiscal/nfe400/transformers/NFDebitoTransformer.java
1
package com.fincatto.documentofiscal.nfe400.transformers;
2

3
import com.fincatto.documentofiscal.nfe400.classes.NFCredito;
4
import org.simpleframework.xml.transform.Transform;
5

6
public class NFCreditoTransformer implements Transform<NFCredito> {
1✔
7
    @Override
8
    public NFCredito read(final String codigo) {
NEW
9
        return NFCredito.valueOfCodigo(codigo);
×
10
    }
11

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