• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mysqljs / mysql / 3954445999

pending completion
3954445999

push

github

Douglas Christopher Wilson
build: ubuntu@20.04

869 of 1014 branches covered (85.7%)

5111 of 5264 relevant lines covered (97.09%)

687.08 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.33
/lib/protocol/packets/ComStatisticsPacket.js
1
module.exports = ComStatisticsPacket;
396✔
2
function ComStatisticsPacket() {
3
  this.command = 0x09;
2✔
4
}
5

6
ComStatisticsPacket.prototype.write = function(writer) {
396✔
7
  writer.writeUnsignedNumber(1, this.command);
2✔
8
};
9

10
ComStatisticsPacket.prototype.parse = function(parser) {
396✔
11
  this.command = parser.parseUnsignedNumber(1);
×
12
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc