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

moosetechnology / GitProjectHealth / 11741058616

08 Nov 2024 11:12AM UTC coverage: 59.174% (-0.6%) from 59.724%
11741058616

push

github

web-flow
Merge pull request #106 from moosetechnology/develop

prepare v1.1.1

645 of 1284 new or added lines in 56 files covered. (50.23%)

28 existing lines in 3 files now uncovered.

9582 of 16193 relevant lines covered (59.17%)

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
}
37

38
{ #category : #meta }
NEW
39
GLHChange class >> annotation [
×
40

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

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

1✔
51
        <generated>
1✔
52
        ^ diffRange
1✔
53
]
1✔
54

55
{ #category : #accessing }
NEW
56
GLHChange >> diffRange: anObject [
×
57

×
58
        <generated>
×
59
        diffRange := anObject
×
60
]
×
61

62
{ #category : #accessing }
63
GLHChange >> index [
1✔
64

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

70
{ #category : #accessing }
NEW
71
GLHChange >> index: anObject [
×
72
        <generated>
×
73
        index := anObject
×
74
]
×
75

76
{ #category : #accessing }
NEW
77
GLHChange >> relativeIndex [
×
78

×
79
        <FMProperty: #relativeIndex type: #Number>
×
80
        <generated>
×
81
        ^ relativeIndex
×
82
]
×
83

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

90
{ #category : #accessing }
91
GLHChange >> sourceCode [
1✔
92

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

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