Skip to content

Feature request: mark routine labels and procedures as coverable #35

Open
@stevelee12

Description

@stevelee12

As per title, would it be possible to mark Labels and Procedure blocks in routines as coverable? Similar to method coverage for classes. Even better if the results could be summarised to show that routine X has 5 labels, of which, only 2 have tests. I dont know if this would be possible?

Currently this doesn't happen, see example below (tooltip relates to line 1038):
image

It'd be useful to have this to enable us to track routines that have labels that are never touched.

This was discussed in issue #34 where @isc-tleavitt suggests:
"We could just say that a label is executable if there's ObjectScript between it and the next label, and is hit if ObjectScript between it and the next label is executed"

Thanks! 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions