Produce elem which increments the usage count for a particular line. Sets corresponding bit in bitmap m.covb[linnum]. Used to implement -cov switch (coverage analysis).
context
line and file of what line to show usage for
elem that increments the line count References: https://dlang.org/dmd-windows.html#switch-cov
See Implementation
Produce elem which increments the usage count for a particular line. Sets corresponding bit in bitmap m.covb[linnum]. Used to implement -cov switch (coverage analysis).