Code Control ... problem?

djswimdjswim Member Posts: 277
Um, so I was messing around with some code and wanted to comment out all the other possibilities in this to see what would happen.

As you can see, the one I left open didn't run, which is okay (I kind of expected it), but code control is telling me that it DID execute one of the lines that was commented out AND THEN executed the condition behind that line as well. #-o

Has anyone ever seen this?
"OMG ALL MY DATA IS GONE"
"Show All..."
"Oh..."

Comments

  • ara3nara3n Member Posts: 9,256
    codecoverage is not accurate. Only line that have Mark to the left is the one that codeverage is sure about.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • djswimdjswim Member Posts: 277
    Wait, so you're saying that it did in fact run that commented out line?

    Or that there's no way to know?

    Is there another tool I can use?

    (Thanks in advance, I appreciate it)
    "OMG ALL MY DATA IS GONE"
    "Show All..."
    "Oh..."
Sign In or Register to comment.