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

wmixvideo / nfe / #9463

23 Jul 2025 01:31AM UTC coverage: 51.794% (+0.8%) from 50.977%
#9463

push

web-flow
Merge e37a5245a into cb8c6ab74

122 of 122 new or added lines in 1 file covered. (100.0%)

1090 existing lines in 75 files now uncovered.

14360 of 27725 relevant lines covered (51.79%)

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/cte400/classes/nota/CTeNotaInfoCTeComplementar.java
1
package com.fincatto.documentofiscal.cte400.classes.nota;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.cte.CTeConfig;
5
import com.fincatto.documentofiscal.validadores.DFStringValidador;
6
import org.simpleframework.xml.Element;
7
import org.simpleframework.xml.Namespace;
8
import org.simpleframework.xml.Root;
9

10
/**
11
 * Detalhamento do CT-e complementado
12
 */
13

14
@Root(name = "infCteComp")
15
@Namespace(reference = CTeConfig.NAMESPACE)
UNCOV
16
public class CTeNotaInfoCTeComplementar extends DFBase {
×
17
    private static final long serialVersionUID = 2354656887092410693L;
18

19
    @Element(name = "chCTe")
20
    private String chave;
21

22
    public String getChave() {
UNCOV
23
        return this.chave;
×
24
    }
25

26
    /**
27
     * Chave do CT-e complementado
28
     */
29
    public void setChave(final String chave) {
UNCOV
30
        DFStringValidador.exatamente44N(chave, "Chave do CT-e complementado");
×
UNCOV
31
        this.chave = chave;
×
UNCOV
32
    }
×
33
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc