• 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

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

12
{ #category : 'testing' }
13
MiExportQueryColumnModel >> isQueryColumn [
×
14

×
UNCOV
15
        ^ true
×
UNCOV
16
]
×
17

18
{ #category : 'accessing' }
19
MiExportQueryColumnModel >> privatePrintValueFor: anEntity [
×
UNCOV
20
        ^ query value: anEntity
×
UNCOV
21
]
×
22

23
{ #category : 'accessing' }
24
MiExportQueryColumnModel >> query [
×
25

×
UNCOV
26
        ^ query
×
UNCOV
27
]
×
28

29
{ #category : 'accessing' }
30
MiExportQueryColumnModel >> query: anObject [
2✔
31

2✔
32
        query := anObject
2✔
33
]
2✔
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