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

wmixvideo / nfe / #7324

18 Nov 2025 12:44PM UTC coverage: 52.488%. Remained the same
#7324

push

web-flow
Merge 5aad707ce into 2d4409cab

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

3
import com.fincatto.documentofiscal.DFBase;
4
import org.simpleframework.xml.Element;
5
import org.simpleframework.xml.Namespace;
6
import org.simpleframework.xml.Root;
7

8
@Root(name = "infCTeSupl")
9
@Namespace(reference = "http://www.portalfiscal.inf.br/cte")
10
public class CTeNotaInfoSuplementares extends DFBase {
×
11

12
    private static final long serialVersionUID = 1L;
13
        @Element(name = "qrCodCTe")
14
    private String qrCode;
15

16
    public String getQrCode() {
UNCOV
17
        return qrCode;
×
18
    }
19

20
    public CTeNotaInfoSuplementares setQrCode(String qrCode) {
UNCOV
21
        this.qrCode = qrCode;
×
22
        return this;
×
23
    }
24
}
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