b9org / b9

An educational JS virtual machine based on Eclipse OMR
http://www.base9.xyz
Apache License 2.0
45 stars 24 forks source link

Various fixes #110

Closed youngar closed 6 years ago

youngar commented 6 years ago

Signed-off-by: Andrew Young youngar17@gmail.com

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 405


Changes Missing Coverage Covered Lines Changed/Added Lines %
b9/src/Compiler.cpp 0 1 0.0%
b9/src/MethodBuilder.cpp 28 30 93.33%
b9run/main.cpp 3 9 33.33%
<!-- Total: 36 45 80.0% -->
Files with Coverage Reduction New Missed Lines %
om/include/OMR/Om/Context.hpp 1 92.31%
om/include/OMR/Om/ObjectMap.hpp 2 95.0%
b9/include/b9/deserialize.hpp 2 90.48%
b9/include/b9/compiler/Compiler.hpp 2 60.0%
om/include/OMR/Om/SlotAttr.hpp 2 65.85%
b9/include/b9/loader.hpp 2 0.0%
b9disassemble/testModule.cpp 3 98.26%
om/include/OMR/Om/Id.hpp 3 50.0%
b9/include/b9/serialize.hpp 4 73.33%
b9/include/b9/ExecutionContext.hpp 4 33.33%
<!-- Total: 437 -->
Totals Coverage Status
Change from base Build 394: 1.7%
Covered Lines: 1894
Relevant Lines: 2800

💛 - Coveralls