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

wmixvideo / nfe / #8896

23 Jul 2025 01:31AM UTC coverage: 50.673% (-1.1%) from 51.794%
#8896

push

web-flow
Merge e37a5245a into cb8c6ab74

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

189 existing lines in 2 files now uncovered.

14049 of 27725 relevant lines covered (50.67%)

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/NFNotaInfoImpostoTipoAliquotaIBSCBS.java
1
package com.fincatto.documentofiscal.nfe400.classes;
2

3
/**
4
 * Enum que representa os tipos de aliquota do IBSCBS
5
 * 
6
 * @author Marcos Lombardi de Andrade
7
 */
UNCOV
8
public enum NFNotaInfoImpostoTipoAliquotaIBSCBS {
×
9

UNCOV
10
        PADRAO("Padrão"),
×
UNCOV
11
        FIXA("Fixa"),
×
UNCOV
12
        UNIFORME_SETORIAL("Uniforme setorial"),
×
UNCOV
13
        UNIFORME_NACIONAL("Uniforme nacional (referência)"),
×
UNCOV
14
        SEM_ALIQUOTA("Sem alíquota");
×
15

16
        private final String tipoAliquota;
17

UNCOV
18
        private NFNotaInfoImpostoTipoAliquotaIBSCBS(final String tipoAliquota) {
×
UNCOV
19
                this.tipoAliquota = tipoAliquota;
×
UNCOV
20
        }
×
21

22
        public String getTipoAliquota() {
23
                return this.tipoAliquota;
×
24
        }
25
        
26
}
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