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

moosetechnology / MooseIDE / 15922823259

27 Jun 2025 09:19AM UTC coverage: 66.79% (-0.2%) from 66.982%
15922823259

push

github

web-flow
Do not use fixed pharo versions

19810 of 29660 relevant lines covered (66.79%)

1.34 hits per line

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

50.0
/src/MooseIDE-Export/MiExportPropertyColumnModel.class.st
1
Class {
2
        #name : #MiExportPropertyColumnModel,
3
        #superclass : #MiExportAbstractColumnModel,
4
        #instVars : [
5
                'property'
6
        ],
7
        #category : #'MooseIDE-Export-Browser'
8
}
9

10
{ #category : #'as yet unclassified' }
11
MiExportPropertyColumnModel class >> forProperty: aFM3Property [
2✔
12

2✔
13
        ^ self new
2✔
14
                  name: aFM3Property name;
2✔
15
                  property: aFM3Property;
2✔
16
                  yourself
2✔
17
]
2✔
18

19
{ #category : #testing }
20
MiExportPropertyColumnModel >> isPropertyColumn [
×
21

×
22
        ^ true
×
23
]
×
24

25
{ #category : #private }
26
MiExportPropertyColumnModel >> privatePrintValueFor: anEntity [
×
27
        ^ anEntity propertyNamed: self property name
×
28
]
×
29

30
{ #category : #accessing }
31
MiExportPropertyColumnModel >> property [
×
32

×
33
        ^ property
×
34
]
×
35

36
{ #category : #accessing }
37
MiExportPropertyColumnModel >> property: anObject [
2✔
38

2✔
39
        property := anObject
2✔
40
]
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