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

moosetechnology / MooseIDE / 18682103663

21 Oct 2025 11:18AM UTC coverage: 66.567% (+0.06%) from 66.509%
18682103663

push

github

web-flow
Merge pull request #1479 from moosetechnology/archiMap-weightedLinks

Archi map weighted links

58 of 59 new or added lines in 4 files covered. (98.31%)

20687 of 31077 relevant lines covered (66.57%)

1.33 hits per line

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

0.0
/src/MooseIDE-Core/MooseLoadAPIBrowserMenuCommand.class.st
1
"
2
A command to load the ClassNameAnalyzer project.
3

4
The ClassNameAnalyser is a project which provides a visualisation of the distribution of concepts in both Java and Pharo. The visualization is called ClassName Distribution.
5

6
https://github.com/moosetechnology/ClassNameAnalyser
7
"
8
Class {
9
        #name : 'MooseLoadAPIBrowserMenuCommand',
10
        #superclass : 'MooseAbstractLoadToolMenuCommand',
11
        #category : 'MooseIDE-Core-MenuBar',
12
        #package : 'MooseIDE-Core',
13
        #tag : 'MenuBar'
14
}
15

16
{ #category : 'accessing' }
17
MooseLoadAPIBrowserMenuCommand class >> label [
×
18

×
19
        ^ 'API browser'
×
20
]
×
21

22
{ #category : 'world menu' }
23
MooseLoadAPIBrowserMenuCommand class >> menuCommandOn: aBuilder [
×
24

×
25
        <worldMenu>
×
26
        ^ (self menuCommandOn: aBuilder forCommand: self) yourself
×
27
]
×
28

29
{ #category : 'accessing' }
30
MooseLoadAPIBrowserMenuCommand class >> menuPriority [
×
31

×
32
        ^ super menuPriority + 2
×
33
]
×
34

35
{ #category : 'accessing' }
36
MooseLoadAPIBrowserMenuCommand >> baselineName [
×
37

×
38
        ^ 'APIBrowser'
×
39
]
×
40

41
{ #category : 'accessing' }
42
MooseLoadAPIBrowserMenuCommand >> repositoryURL [
×
43

×
NEW
44
        ^ 'github://moosetechnology/API-Browser:' , self version , '/src'
×
45
]
×
46

47
{ #category : 'accessing' }
48
MooseLoadAPIBrowserMenuCommand >> version [
×
49

×
50
        ^ 'master'
×
51
]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc