Skip to content

Commit ebbb728

Browse files
committed
cli/commands/quantify/specification: Count segmented record matches
1 parent 738b3e0 commit ebbb728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

atlas-cli/src/commands/quantify/specification.rs

+2
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ fn count_segmented_record(
224224
counts.reverse += 1;
225225
}
226226
}
227+
228+
counts.matches += 1;
227229
}
228230

229231
Ok(())

0 commit comments

Comments
 (0)