Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

coverage stat tabulates uses rather than declarations #95

@starpit

Description

@starpit

the coverage utility is quite helpful. i notice that it increments the penalty for every use of an any variable. maybe this is working as designed, but i think it would be more helpful to penalize any variables once per declaration, rather than once per use?

my thinking is that the magnitude of the fix is proportional to the number of declarations that need to be typed, rather than the number of such uses?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions