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

wz2cool / local-queue / #10

29 Jan 2025 05:10AM UTC coverage: 91.94% (+2.1%) from 89.817%
#10

push

wz2cool
move to timestamp

9 of 15 new or added lines in 4 files covered. (60.0%)

1 existing line in 1 file now uncovered.

365 of 397 relevant lines covered (91.94%)

0.92 hits per line

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

70.0
/src/main/java/com/github/wz2cool/localqueue/model/message/BaseInternalMessage.java
1
package com.github.wz2cool.localqueue.model.message;
2

3
public class BaseInternalMessage {
1✔
4

5
    protected String content;
6
    protected long writeTime;
7
    protected String extra;
8

9
    public String getContent() {
10
        return content;
1✔
11
    }
12

13
    public void setContent(String content) {
14
        this.content = content;
1✔
15
    }
1✔
16

17
    public long getWriteTime() {
18
        return writeTime;
1✔
19
    }
20

21
    public void setWriteTime(long writeTime) {
22
        this.writeTime = writeTime;
1✔
23
    }
1✔
24

25
    public String getExtra() {
NEW
26
        return extra;
×
27
    }
28

29
    public void setExtra(String extra) {
NEW
30
        this.extra = extra;
×
NEW
31
    }
×
32
}
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

© 2026 Coveralls, Inc