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

moosetechnology / MooseIDE / 22714469042

05 Mar 2026 10:51AM UTC coverage: 65.862% (-0.06%) from 65.926%
22714469042

push

github

web-flow
Merge pull request #1596 from moosetechnology/bulk-editing

improvement to BulkEditing

0 of 34 new or added lines in 1 file covered. (0.0%)

204 existing lines in 18 files now uncovered.

21882 of 33224 relevant lines covered (65.86%)

1.32 hits per line

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

27.59
/src/MooseIDE-Export/MiExportAbstractColumnModel.class.st
1
Class {
2
        #name : 'MiExportAbstractColumnModel',
3
        #superclass : 'Object',
4
        #instVars : [
5
                'name'
6
        ],
7
        #category : 'MooseIDE-Export-Browser',
8
        #package : 'MooseIDE-Export',
9
        #tag : 'Browser'
10
}
11

12
{ #category : 'testing' }
13
MiExportAbstractColumnModel class >> isAbstract [
×
14
        
×
UNCOV
15
        ^self  == MiExportAbstractColumnModel
×
UNCOV
16
]
×
17

18
{ #category : 'api' }
19
MiExportAbstractColumnModel >> exportValueFor: anEntity [
×
UNCOV
20
        ^ self printValueFor: anEntity
×
UNCOV
21
]
×
22

23
{ #category : 'testing' }
24
MiExportAbstractColumnModel >> isPropertyColumn [
×
25

×
UNCOV
26
        ^ false
×
UNCOV
27
]
×
28

29
{ #category : 'testing' }
30
MiExportAbstractColumnModel >> isQueryColumn [
×
31

×
UNCOV
32
        ^ false
×
UNCOV
33
]
×
34

35
{ #category : 'accessing' }
36
MiExportAbstractColumnModel >> name [
2✔
37

2✔
38
        ^ name
2✔
39
]
2✔
40

41
{ #category : 'accessing' }
42
MiExportAbstractColumnModel >> name: anObject [
2✔
43

2✔
44
        name := anObject
2✔
45
]
2✔
46

47
{ #category : 'api' }
48
MiExportAbstractColumnModel >> printValueFor: anEntity [
×
49

×
50
        ^ [ self privatePrintValueFor: anEntity ]
×
51
                  on: Exception
×
UNCOV
52
                  do: [ 'error' ]
×
UNCOV
53
]
×
54

55
{ #category : 'private' }
56
MiExportAbstractColumnModel >> privatePrintValueFor: anEntity [
57
        self subclassResponsibility
58
]
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