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

wmixvideo / nfe / #7311

05 Aug 2025 05:19PM UTC coverage: 51.794% (+0.6%) from 51.231%
#7311

push

web-flow
Merge branch 'wmixvideo:master' into master

353 of 398 new or added lines in 5 files covered. (88.69%)

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

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() {
NEW
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