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

wmixvideo / nfe / #7327

14 Nov 2025 04:39PM UTC coverage: 52.346% (-0.3%) from 52.616%
#7327

push

web-flow
Merge 2dbd6443e into f1539e1c0

27 of 195 new or added lines in 15 files covered. (13.85%)

14736 of 28151 relevant lines covered (52.35%)

0.52 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/NFEventoTipoAutorTransformer.java
1
package com.fincatto.documentofiscal.nfe400.transformers;
2

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

6
public class NFEventoTipoAutorTransformer implements Transform<NFEventoTipoAutor> {
1✔
7

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

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