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

wmixvideo / nfe / #7320

24 Jun 2025 02:03AM UTC coverage: 51.463% (+1.1%) from 50.377%
#7320

push

web-flow
Merge 80a657e41 into bb9f583b3

14 of 20 new or added lines in 1 file covered. (70.0%)

812 existing lines in 45 files now uncovered.

14018 of 27239 relevant lines covered (51.46%)

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