• 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/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
    @Element(name = "qrCodCTe")
13
    private String qrCode;
14

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

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