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

moosetechnology / GitProjectHealth / 15776545908

20 Jun 2025 10:07AM UTC coverage: 74.916% (+0.5%) from 74.453%
15776545908

Pull #209

github

web-flow
Merge pull request #213 from moosetechnology/more-test-notes

add the massively important asFloat....
Pull Request #209: Update with correct average for notes

681 of 1102 new or added lines in 10 files covered. (61.8%)

52 existing lines in 2 files now uncovered.

17567 of 23449 relevant lines covered (74.92%)

0.75 hits per line

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

61.43
/src/GitLabHealth-Model/GLHDiffRange.class.st
1
"
2
a indicate on which line of code are concerned by a diff (usually declared with @@ oldRange, newRange @@) 
3

4
## Relations
5
======================
6

7
### Parents
8
| Relation | Origin | Opposite | Type | Comment |
9
|---|
10
| `diff` | `GLHDiffRange` | `diffRanges` | `GLHDiff` | |
11

12
### Other
13
| Relation | Origin | Opposite | Type | Comment |
14
|---|
15
| `changes` | `GLHDiffRange` | `diffRange` | `GLHChange` | |
16

17

18
## Properties
19
======================
20

21
| Name | Type | Default value | Comment |
22
|---|
23
| `lineOfCode` | `String` | nil | |
24
| `newLineRange` | `String` | nil | |
25
| `originalLineRange` | `String` | nil | |
26

27
"
28
Class {
29
        #name : #GLHDiffRange,
30
        #superclass : #GLHEntity,
31
        #instVars : [
32
                '#originalLineRange => FMProperty',
33
                '#newLineRange => FMProperty',
34
                '#lineOfCode => FMProperty',
35
                '#diff => FMOne type: #GLHDiff opposite: #diffRanges',
36
                '#changes => FMMany type: #GLHChange opposite: #diffRange'
37
        ],
38
        #category : #'GitLabHealth-Model-Entities'
39
}
40

41
{ #category : #meta }
42
GLHDiffRange class >> annotation [
×
43

×
44
        <FMClass: #DiffRange super: #GLHEntity>
×
45
        <package: #'GitLabHealth-Model'>
×
46
        <generated>
×
47
        ^ self
×
48
]
×
49

50
{ #category : #adding }
51
GLHDiffRange >> addChange: anObject [
1✔
52
        <generated>
1✔
53
        ^ self changes add: anObject
1✔
54
]
1✔
55

56
{ #category : #accessing }
57
GLHDiffRange >> changes [
1✔
58
        "Relation named: #changes type: #GLHChange opposite: #diffRange"
1✔
59

1✔
60
        <generated>
1✔
61
        <derived>
1✔
62
        ^ changes
1✔
63
]
1✔
64

65
{ #category : #accessing }
66
GLHDiffRange >> changes: anObject [
1✔
67

1✔
68
        <generated>
1✔
69
        changes value: anObject
1✔
70
]
1✔
71

72
{ #category : #accessing }
73
GLHDiffRange >> diff [
1✔
74
        "Relation named: #diff type: #GLHDiff opposite: #diffRanges"
1✔
75

1✔
76
        <generated>
1✔
77
        <container>
1✔
78
        ^ diff
1✔
79
]
1✔
80

81
{ #category : #accessing }
82
GLHDiffRange >> diff: anObject [
×
83

×
84
        <generated>
×
85
        diff := anObject
×
86
]
×
87

88
{ #category : #navigation }
89
GLHDiffRange >> diffGroup [
×
90
        <generated>
×
91
        <navigation: 'Diff'>
×
92
        ^ MooseSpecializedGroup with: self diff
×
93
]
×
94

95
{ #category : #accessing }
NEW
96
GLHDiffRange >> lineOfCode [
×
NEW
97

×
NEW
98
        <FMProperty: #lineOfCode type: #String>
×
NEW
99
        <generated>
×
100
        ^ lineOfCode
×
101
]
×
102

103
{ #category : #accessing }
104
GLHDiffRange >> lineOfCode: anObject [
×
105
        <generated>
×
106
        lineOfCode := anObject
×
UNCOV
107
]
×
108

109
{ #category : #accessing }
110
GLHDiffRange >> newLineRange [
1✔
111

1✔
112
        <FMProperty: #newLineRange type: #String>
1✔
113
        <generated>
1✔
114
        ^ newLineRange
1✔
115
]
1✔
116

117
{ #category : #accessing }
118
GLHDiffRange >> newLineRange: anObject [
1✔
119
        <generated>
1✔
120
        newLineRange := anObject
1✔
121
]
1✔
122

123
{ #category : #accessing }
124
GLHDiffRange >> originalLineRange [
1✔
125

1✔
126
        <FMProperty: #originalLineRange type: #String>
1✔
127
        <generated>
1✔
128
        ^ originalLineRange
1✔
129
]
1✔
130

131
{ #category : #accessing }
132
GLHDiffRange >> originalLineRange: anObject [
1✔
133
        <generated>
1✔
134
        originalLineRange := anObject
1✔
135
]
1✔
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