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

wmixvideo / nfe / #6780

23 Jul 2025 01:31AM UTC coverage: 51.794% (+0.03%) from 51.767%
#6780

push

web-flow
Merge e37a5245a into cb8c6ab74

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

211 existing lines in 10 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/nfe400/classes/nota/NFNotaInfoDFeReferenciado.java
1
package com.fincatto.documentofiscal.nfe400.classes.nota;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import org.simpleframework.xml.Element;
5

6
/**
7
 * VC01
8
 *
9
 * @author Edivaldo Merlo Stens
10
 */
UNCOV
11
public class NFNotaInfoDFeReferenciado extends DFBase {
×
12

13
  private static final long serialVersionUID = -2776137091542174568L;
14

15
  @Element(required = true)
16
  private String chaveAcesso; // VC02
17

18
  @Element(required = false)
19
  private Integer nItem; // VC03
20

21
  public String getChaveAcesso() {
UNCOV
22
    return chaveAcesso;
×
23
  }
24

25
  public void setChaveAcesso(String chaveAcesso) {
UNCOV
26
    this.chaveAcesso = chaveAcesso;
×
27
  }
×
28

29
  public Integer getNItem() {
UNCOV
30
    return nItem;
×
31
  }
32

33
  public void setNItem(Integer nItem) {
UNCOV
34
    this.nItem = nItem;
×
UNCOV
35
  }
×
36

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