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

wmixvideo / nfe / #7337

18 Nov 2025 12:44PM UTC coverage: 52.488% (-0.1%) from 52.617%
#7337

push

web-flow
Merge 5aad707ce into 2d4409cab

272 of 387 new or added lines in 14 files covered. (70.28%)

1 existing line in 1 file now uncovered.

14639 of 27890 relevant lines covered (52.49%)

0.52 hits per line

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

66.67
/src/main/java/com/fincatto/documentofiscal/nfe400/transformers/NFIndicadorSomaPISSTTransformer.java
1
package com.fincatto.documentofiscal.nfe400.transformers;
2

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

5
import com.fincatto.documentofiscal.nfe400.classes.nota.NFIndicadorSomaPISST;
6

7
public class NFIndicadorSomaPISSTTransformer implements Transform<NFIndicadorSomaPISST> {
1✔
8

9
        @Override
10
        public NFIndicadorSomaPISST read(final String codigo) {
NEW
11
                return NFIndicadorSomaPISST.valueOfCodigo(codigo);
×
12
        }
13

14
        @Override
15
        public String write(final NFIndicadorSomaPISST indicadorPresencaComprador) {
16
                return indicadorPresencaComprador.getCodigo();
1✔
17
        }
18
}
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