Closed stratus-ss closed 1 month ago
Coverage Report
File Stmts Miss Cover Missing __init__.py 4 0 100% __main__.py 3 3 0% 1, 3–4 config.py 75 3 96% 131, 157, 188 const.py 11 0 100% visualizer.py 85 65 23% 31–35, 38, 40–42, 45, 48–49, 52–54, 56, 58, 61–62, 70, 72–74, 76–77, 89–90, 94, 96–98, 101–103, 106–107, 111–112, 118, 120–121, 128, 130–131, 133, 135–136, 138, 140–143, 145–146, 154–155, 160–164, 166–167, 169–170 vminfo_parser.py 410 131 68% 86–87, 146–147, 158–159, 164–165, 230–231, 233–239, 241–242, 262–263, 278–279, 291–294, 308–330, 332–333, 350, 352–353, 355–356, 361–363, 373, 380, 397, 416, 433, 469, 476, 483–485, 501, 516, 519, 540, 546, 554–557, 560, 583–584, 632–634, 636–637, 639, 655–656, 658, 663, 669–670, 703–704, 708, 712, 715, 717–719, 725, 730, 736–737, 739, 748–749, 754, 767, 770, 772, 781–782, 788–789, 796, 800, 808–811, 814–815, 824, 826–828, 833, 844 TOTAL 588 202 65%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
145 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 49s :stopwatch: |
moved visualizer out into its own module which included removing the CLIOutput dependency of the class
moved generate_os_version_distribution from CLIOutput to Analyzer