travis-ci
47 of 47 new or added lines in 9 files covered. (100.0%)
2775 of 9733 relevant lines covered (28.51%)
0.32 hits per line
1 |
require "cwm/common_widgets"
|
1✔ |
2 |
|
|
3 |
module Y2Network |
1✔ |
4 |
module Widgets |
1✔ |
5 |
class S390Button < CWM::PushButton |
1✔ |
6 |
def initialize |
1✔ |
7 |
textdomain "network"
|
× |
8 |
end
|
|
9 |
|
|
10 |
def label |
1✔ |
11 |
_("&S/390")
|
× |
12 |
end
|
|
13 |
|
|
14 |
def handle |
1✔ |
15 |
# return symbol for sequencer
|
|
16 |
:s390
|
× |
17 |
end
|
|
18 |
end
|
|
19 |
end
|
|
20 |
end
|