There is a bug in the codes/comments lines counts when the opening characters of a comment block is inside a line of code. Here is an example (in C#, but the bug is in all languages i tested) :
Normal operation ( without block comment opening characters in a line of code ) :
Hello,
There is a bug in the codes/comments lines counts when the opening characters of a comment block is inside a line of code. Here is an example (in C#, but the bug is in all languages i tested) :
Normal operation ( without block comment opening characters in a line of code ) :
Bug :
Best Regards,