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

CityOfZion / neo3-boa / 5c8eab45-f99f-4697-a4ff-d2c04d4d17ac

01 Feb 2024 09:59PM UTC coverage: 92.107% (+0.5%) from 91.625%
5c8eab45-f99f-4697-a4ff-d2c04d4d17ac

push

circleci

Mirella de Medeiros
Bump version: 1.1.0 → 1.1.1

1 of 1 new or added line in 1 file covered. (100.0%)

302 existing lines in 22 files now uncovered.

20784 of 22565 relevant lines covered (92.11%)

2.76 hits per line

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

84.62
/boa3/internal/model/builtin/method/printclassmethod.py
1
from boa3.internal.model.builtin.method.printmethod import PrintMethod
3✔
2
from boa3.internal.model.type.classes.userclass import UserClass
3✔
3
from boa3.internal.model.type.itype import IType
3✔
4

5

6
class PrintClassMethod(PrintMethod):
3✔
7

8
    def __init__(self, arg_value: IType):
3✔
9
        if not isinstance(arg_value, UserClass):
3✔
UNCOV
10
            from boa3.internal.model.type.classes import userclass
×
11
            arg_value = userclass._EMPTY_CLASS
×
12

13
        super().__init__(arg_value)
3✔
14
        self._arg_type = arg_value
3✔
15

16
    def _generate_print_opcodes(self, code_generator):
3✔
17
        from boa3.internal.model.builtin.builtin import Builtin
3✔
18
        code_generator.convert_builtin_method_call(Builtin.StrClass.build(self._arg_type), is_internal=True)
3✔
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