Skip to content

Commit

Permalink
bless test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Oct 6, 2023
1 parent 9d910d0 commit 251497f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
let mut _3: !;

bb0: {
+ Coverage::Counter(0) for [/the/src/instrument_coverage.rs:11:1 - 11:11];
+ Coverage::Counter(0) for [/the/src/instrument_coverage.rs:12:1 - 12:11];
goto -> bb1;
}

bb1: {
+ Coverage::Expression(0) = Counter(0) + Counter(1) for [/the/src/instrument_coverage.rs:12:5 - 13:17];
+ Coverage::Expression(0) = Counter(0) + Counter(1) for [/the/src/instrument_coverage.rs:13:5 - 14:17];
falseUnwind -> [real: bb2, unwind: bb6];
}

Expand All @@ -27,14 +27,14 @@
}

bb4: {
+ Coverage::Expression(1) = Expression(0) - Counter(1) for [/the/src/instrument_coverage.rs:14:13 - 14:18, /the/src/instrument_coverage.rs:17:1 - 17:2];
+ Coverage::Expression(1) = Expression(0) - Counter(1) for [/the/src/instrument_coverage.rs:15:13 - 15:18, /the/src/instrument_coverage.rs:18:1 - 18:2];
_0 = const ();
StorageDead(_2);
return;
}

bb5: {
+ Coverage::Counter(1) for [/the/src/instrument_coverage.rs:15:10 - 15:11];
+ Coverage::Counter(1) for [/the/src/instrument_coverage.rs:16:10 - 16:11];
_1 = const ();
StorageDead(_2);
goto -> bb1;
Expand Down

0 comments on commit 251497f

Please sign in to comment.