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

kendxn / MTSS-roman-number / #8

10 May 2026 03:09PM UTC coverage: 80.0% (-10.6%) from 90.566%
#8

Pull #31

kendxn
implementato entry point App per generazione JAR eseguibile
Pull Request #31: implementato entry point App per generazione JAR eseguibile

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

1 existing line in 1 file now uncovered.

48 of 60 relevant lines covered (80.0%)

0.8 hits per line

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

0.0
/src/main/java/it/unipd/mtss/App.java
1
package it.unipd.mtss;
2

3

NEW
4
public class App {
×
5
    public static void main(String[] args) {
NEW
6
        int numberToPrint = 50;
×
7
        
8
        try {
NEW
9
            System.out.println("Numero arabo: " + numberToPrint);
×
10
            
NEW
11
            String asciiArt = RomanPrinter.print(numberToPrint);
×
12
            
NEW
13
            System.out.println("In formato Romano ASCII Art:");
×
NEW
14
            System.out.println(asciiArt);
×
15
            
NEW
16
        } catch (IllegalArgumentException e) {
×
NEW
17
            System.err.println("Errore: " + e.getMessage());
×
NEW
18
        }
×
19
        
UNCOV
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