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

wmixvideo / nfe / #7381

14 Nov 2025 04:39PM UTC coverage: 52.346% (-0.1%) from 52.488%
#7381

push

web-flow
Merge 2dbd6443e into f1539e1c0

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

755 existing lines in 47 files now uncovered.

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

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
    @Attribute(name = "versao", required = true)
12
    private String versao;
13

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

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

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

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

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

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

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

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