Executable lines
Sonar internal guidelines to define executable lines for a language.
Things that are executable
void doTheThing () // +0
{ // +0
String fname="Finn"; // +1
etc(); // +1
} // +0Things that are ignored
!Statement: +0
Imports, Declarations: +0
Location
Exceptions
Python

JavaScript
Last updated
Was this helpful?

