Open QuantifEye opened 3 years ago
I am not sure if this is a bug, or if I am misunderstanding how fixed works.
Here is an example of Report and xml.
<method name="Fill" signature="(System.UInt32[])" line-rate="1" branch-rate="0.6" complexity="10"> <lines> <line number="159" hits="4" branch="False"/> <line number="160" hits="4" branch="False"/> <line number="161" hits="4" branch="True" condition-coverage="100% (2/2)"> <conditions> <condition number="11" type="jump" coverage="100%"/> </conditions> </line> <line number="162" hits="1" branch="False"/> <line number="163" hits="1" branch="False"/> <line number="167" hits="3" branch="False"/> <line number="168" hits="3" branch="True" condition-coverage="50% (2/4)"> <conditions> <condition number="25" type="jump" coverage="50%"/> <condition number="30" type="jump" coverage="50%"/> </conditions> </line> <line number="169" hits="3" branch="True" condition-coverage="50% (2/4)"> <conditions> <condition number="50" type="jump" coverage="50%"/> <condition number="56" type="jump" coverage="50%"/> </conditions> </line> <line number="170" hits="3" branch="False"/> <line number="171" hits="3" branch="False"/> <line number="172" hits="3" branch="False"/> <line number="173" hits="3" branch="False"/> <line number="174" hits="4" branch="False"/> </lines> </method>
fixed statement - pin a variable for pointer operations
I am not sure if this is a bug, or if I am misunderstanding how fixed works.
Here is an example of Report and xml.