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

wmixvideo / nfe / #6266

21 Mar 2025 11:46AM UTC coverage: 52.671% (+25.7%) from 26.996%
#6266

push

luciano.antunes
Nota Fiscal Fácil

0 of 21 new or added lines in 2 files covered. (0.0%)

2924 existing lines in 401 files now uncovered.

14002 of 26584 relevant lines covered (52.67%)

0.53 hits per line

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

0.0
/src/main/java/com/fincatto/documentofiscal/cte200/classes/cte/CTe.java
1
package com.fincatto.documentofiscal.cte200.classes.cte;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.nfe310.classes.nota.assinatura.NFSignature;
5
import org.simpleframework.xml.Element;
6
import org.simpleframework.xml.Namespace;
7
import org.simpleframework.xml.Root;
8

9
@Root(name = "CTe")
10
@Namespace(reference = "http://www.portalfiscal.inf.br/nfe")
UNCOV
11
public class CTe extends DFBase {
×
12
    private static final long serialVersionUID = 3664459758546162479L;
13
    
14
    @Element(name = "infCte")
15
    private CTInfo infCte;
16

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

20
    public CTInfo getInfCte() {
UNCOV
21
        return this.infCte;
×
22
    }
23

24
    public void setInfCte(final CTInfo infCte) {
UNCOV
25
        this.infCte = infCte;
×
26
    }
×
27

28
    public NFSignature getAssinatura() {
UNCOV
29
        return this.assinatura;
×
30
    }
31

32
    public void setAssinatura(final NFSignature assinatura) {
UNCOV
33
        this.assinatura = assinatura;
×
34
    }
×
35

36
}
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

© 2025 Coveralls, Inc