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

wmixvideo / nfe / #6876

20 Oct 2025 11:27AM UTC coverage: 52.492% (-0.001%) from 52.493%
#6876

push

luciano.antunes
Ajuste posicionamento tag (tpAntecip) Tipo de Permissão em relação a
antecipação das parcelas conforme manual.

Registro dos transformers faltantes.

10 of 22 new or added lines in 4 files covered. (45.45%)

2 existing lines in 1 file now uncovered.

14669 of 27945 relevant lines covered (52.49%)

0.52 hits per line

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

33.33
/src/main/java/com/fincatto/documentofiscal/mdfe3/transformers/MDFTipoValePedagioTransformer.java
1
package com.fincatto.documentofiscal.mdfe3.transformers;
2

3
import org.simpleframework.xml.transform.Transform;
4

5
import com.fincatto.documentofiscal.mdfe3.classes.def.MDFTipoValePedagio;
6

7
/**
8
 * Created by Eldevan Nery Junior on 06/11/17.
9
 */
10
public class MDFTipoValePedagioTransformer implements Transform<MDFTipoValePedagio> {
1✔
11

12
    @Override
13
    public MDFTipoValePedagio read(String value) {
NEW
14
        return MDFTipoValePedagio.valueOfCodigo(value);
×
15
    }
16

17
    @Override
18
    public String write(MDFTipoValePedagio value) {
NEW
19
        return value.getCodigo();
×
20
    }
21
}
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