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

wmixvideo / nfe / #6746

24 Jun 2025 01:09AM UTC coverage: 51.41% (-0.3%) from 51.688%
#6746

push

web-flow
Merge a03513cf8 into bb9f583b3

0 of 19 new or added lines in 1 file covered. (0.0%)

214 existing lines in 12 files now uncovered.

14003 of 27238 relevant lines covered (51.41%)

0.51 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