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

wmixvideo / nfe / #7335

22 Oct 2025 11:43AM UTC coverage: 52.501% (-0.1%) from 52.604%
#7335

push

web-flow
Merge 8b9b0eba1 into c46310eaa

6 of 6 new or added lines in 2 files covered. (100.0%)

95 existing lines in 8 files now uncovered.

14674 of 27950 relevant lines covered (52.5%)

0.53 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

90.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
 */
8
public enum NFNotaInfoImpostoTipoAliquotaIBSCBS {
1✔
9

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

16
        private final String tipoAliquota;
17

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

22
        public String getTipoAliquota() {
UNCOV
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