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

wmixvideo / nfe / #7338

07 Nov 2025 12:20PM UTC coverage: 52.488%. Remained the same
#7338

push

web-flow
Merge 372a05676 into f1539e1c0

272 of 387 new or added lines in 14 files covered. (70.28%)

704 existing lines in 45 files now uncovered.

14639 of 27890 relevant lines covered (52.49%)

0.52 hits per line

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

0.0
/src/main/java/com/fincatto/documentofiscal/nfe400/classes/evento/epec/NFEventoEpecRetorno.java
1
package com.fincatto.documentofiscal.nfe400.classes.evento.epec;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.nfe400.classes.nota.assinatura.NFSignature;
5
import org.simpleframework.xml.Attribute;
6
import org.simpleframework.xml.Element;
7

8

9
public class NFEventoEpecRetorno extends DFBase {
×
10

11
    private static final long serialVersionUID = 1L;
12

13
        @Attribute(name = "versao", required = true)
14
    private String versao;
15

16
    @Element(name = "infEvento", required = true)
17
    private NFInfoEventoEpecRetorno infoEventoRetorno;
18

19
    @Element(name = "Signature", required = false)
20
    private NFSignature assinatura;
21

22
    public NFInfoEventoEpecRetorno getInfoEventoRetorno() {
UNCOV
23
        return this.infoEventoRetorno;
×
24
    }
25

26
    public void setInfoEventoRetorno(final NFInfoEventoEpecRetorno infoEventoRetorno) {
UNCOV
27
        this.infoEventoRetorno = infoEventoRetorno;
×
UNCOV
28
    }
×
29

30
    public String getVersao() {
UNCOV
31
        return this.versao;
×
32
    }
33

34
    public void setVersao(final String versao) {
UNCOV
35
        this.versao = versao;
×
UNCOV
36
    }
×
37

38
    public NFSignature getAssinatura() {
UNCOV
39
        return this.assinatura;
×
40
    }
41

42
    public void setAssinatura(final NFSignature assinatura) {
UNCOV
43
        this.assinatura = assinatura;
×
UNCOV
44
    }
×
45
}
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