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

moosetechnology / GitProjectHealth / 11665907955

04 Nov 2024 02:09PM UTC coverage: 59.095% (-0.01%) from 59.105%
11665907955

Pull #104

github

web-flow
Merge 3fc9bdb1f into 49a2752be
Pull Request #104: WIP: fix email import

122 of 476 new or added lines in 22 files covered. (25.63%)

402 existing lines in 22 files now uncovered.

9506 of 16086 relevant lines covered (59.09%)

0.59 hits per line

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

54.17
/src/GitLabHealth-Model/GLHChange.class.st
1
"
2
super class for addition and deletion 
3

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

7
### Other
8
| Relation | Origin | Opposite | Type | Comment |
9
|---|
10
| `diffRange` | `GLHChange` | `changes` | `GLHDiffRange` | |
11

12

13
## Properties
14
======================
15

16
| Name | Type | Default value | Comment |
17
|---|
18
| `index` | `Number` | nil | |
19
| `name` | `String` | nil | Basic name of the entity, not full reference.|
20
| `relativeIndex` | `Number` | nil | |
21
| `sourceCode` | `String` | nil | |
22

23
"
24
Class {
25
        #name : 'GLHChange',
26
        #superclass : 'GLHEntity',
27
        #traits : 'FamixTNamedEntity',
28
        #classTraits : 'FamixTNamedEntity classTrait',
29
        #instVars : [
30
                '#index => FMProperty',
31
                '#relativeIndex => FMProperty',
32
                '#sourceCode => FMProperty',
33
                '#diffRange => FMOne type: #GLHDiffRange opposite: #changes'
34
        ],
35
        #category : 'GitLabHealth-Model-Entities',
36
        #package : 'GitLabHealth-Model',
37
        #tag : 'Entities'
38
}
39

40
{ #category : 'meta' }
41
GLHChange class >> annotation [
×
42

×
43
        <FMClass: #Change super: #GLHEntity>
×
44
        <package: #'GitLabHealth-Model'>
×
45
        <generated>
×
UNCOV
46
        ^ self
×
NEW
47
]
×
48

49
{ #category : 'accessing' }
50
GLHChange >> diffRange [
1✔
51
        "Relation named: #diffRange type: #GLHDiffRange opposite: #changes"
1✔
52

1✔
53
        <generated>
1✔
54
        ^ diffRange
1✔
55
]
1✔
56

57
{ #category : 'accessing' }
58
GLHChange >> diffRange: anObject [
×
59

×
60
        <generated>
×
UNCOV
61
        diffRange := anObject
×
NEW
62
]
×
63

64
{ #category : 'accessing' }
65
GLHChange >> index [
1✔
66

1✔
67
        <FMProperty: #index type: #Number>
1✔
68
        <generated>
1✔
69
        ^ index
1✔
70
]
1✔
71

72
{ #category : 'accessing' }
73
GLHChange >> index: anObject [
×
74
        <generated>
×
UNCOV
75
        index := anObject
×
NEW
76
]
×
77

78
{ #category : 'accessing' }
79
GLHChange >> relativeIndex [
×
80

×
81
        <FMProperty: #relativeIndex type: #Number>
×
82
        <generated>
×
UNCOV
83
        ^ relativeIndex
×
NEW
84
]
×
85

86
{ #category : 'accessing' }
87
GLHChange >> relativeIndex: anObject [
1✔
88
        <generated>
1✔
89
        relativeIndex := anObject
1✔
90
]
1✔
91

92
{ #category : 'accessing' }
93
GLHChange >> sourceCode [
1✔
94

1✔
95
        <FMProperty: #sourceCode type: #String>
1✔
96
        <generated>
1✔
97
        ^ sourceCode
1✔
98
]
1✔
99

100
{ #category : 'accessing' }
101
GLHChange >> sourceCode: anObject [
1✔
102
        <generated>
1✔
103
        sourceCode := anObject
1✔
104
]
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

© 2026 Coveralls, Inc