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

moosetechnology / MooseIDE / 18427491564

11 Oct 2025 09:18AM UTC coverage: 66.634% (-0.01%) from 66.644%
18427491564

push

github

web-flow
Merge pull request #1460 from moosetechnology/forced-based-layout

MiForceBasedLayout

1 of 20 new or added lines in 2 files covered. (5.0%)

5 existing lines in 1 file now uncovered.

20618 of 30942 relevant lines covered (66.63%)

1.33 hits per line

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

0.0
/src/MooseIDE-Export/MiMooseNotebookPrinter.class.st
1
Class {
2
        #name : #MiMooseNotebookPrinter,
3
        #superclass : #INMicrodownNotebookPrinter,
4
        #instVars : [
5
                'nameSelector'
6
        ],
7
        #category : #'MooseIDE-Export-Notebook'
8
}
9

10
{ #category : #initialization }
UNCOV
11
MiMooseNotebookPrinter >> initialize [
×
UNCOV
12

×
UNCOV
13
        super initialize.
×
UNCOV
14
        nameSelector := #mooseName
×
UNCOV
15
]
×
16

17
{ #category : #accessing }
18
MiMooseNotebookPrinter >> nameSelector [
×
19

×
20
        ^ nameSelector
×
21
]
×
22

23
{ #category : #printing }
24
MiMooseNotebookPrinter >> printMooseName: anObject [
×
25

×
26
        nameSelector := #mooseName.
×
27
        self print: anObject
×
28
]
×
29

30
{ #category : #printing }
31
MiMooseNotebookPrinter >> printName: anObject [
×
32

×
33
        nameSelector := #name.
×
34
        self print: anObject
×
35
]
×
36

37
{ #category : #printing }
38
MiMooseNotebookPrinter >> stringForObject: anObject [
×
39

×
40
        ^ anObject isMooseObject
×
41
                  ifTrue: [ self nameSelector value: anObject ]
×
42
                  ifFalse: [ super stringForObject: anObject ]
×
43
]
×
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