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% vminfo_parser.py 486 196 59% 88–89, 148–149, 160–161, 166–167, 232–233, 235–241, 243–244, 250–252, 254–255, 257, 277–278, 293–294, 306–309, 323–345, 347–348, 364–368, 371, 373–375, 378, 381–382, 385–387, 389, 391, 394–395, 403, 405–407, 409–410, 422–423, 427, 429–431, 434–436, 439–440, 444–445, 451, 453–454, 461, 463–464, 466, 468–469, 471, 473–476, 478–479, 487–488, 491, 493–497, 499–500, 502–503, 505, 522, 524–525, 527–528, 533–535, 545, 552, 569, 588, 605, 641, 648, 655–657, 673, 688, 691, 712, 718, 726–729, 732, 755–756, 814–815, 817, 822, 828–829, 861–862, 866, 870, 873, 875–877, 883, 888, 894–895, 897, 906–907, 912, 925, 928, 930, 939–940, 946–947, 954, 958, 966–969, 978, 980–982, 987, 998 TOTAL 579 202 65%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
145 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 54s :stopwatch: |
fixed the CLIouput so it only outputs if results are above min count; refactored visualize so that it takes more arguments and is not coupled with Analyze; moved the generate_graph checks outside of functions and into main()