The result of function test: `ts.util.resource.ElementTest'

Total Result: pass


Test cases:
No Case Name Check NoGood KnownBug Description Remark
1 addChild 43 0 0 通常の場合
0 empty. 0 incomplete.
2 addChild_1 1 0 0 引数がヌルの場合
0 empty. 0 incomplete.
3 constructor_name 3 0 0 通常の場合
0 empty. 0 incomplete.
4 constructor_name_1 1 0 0 引数がヌルの場合
0 empty. 0 incomplete.
5 constructor_name_2 1 0 0 引数が空文字列の場合
0 empty. 0 incomplete.
6 createRootElement 5 0 0 通常の場合
0 empty. 0 incomplete.
7 putAttribute 16 0 0 通常の場合
0 empty. 0 incomplete.
8 putAttribute_1 2 0 0 引数がヌルの場合
0 empty. 0 incomplete.
9 putAttribute_2 1 0 0 属性名が空文字列の場合
0 empty. 0 incomplete.
10 removeAllChildren 7 0 0 通常の場合
0 empty. 0 incomplete.
11 removeChildren 14 0 0 通常の場合
0 empty. 0 incomplete.
12 removeChildren_1 1 0 0 引数がヌルの場合
0 empty. 0 incomplete.
13 setValue 7 0 0 通常の場合
0 empty. 0 incomplete.
Total 102 0 0 0 cases are empty. 0 cases are incomplete.

Coverage:
No Method Name Lines Passed Coverage
1 ts.util.resource.Element
1.1 <clinit> 1 1 100 %
1.2 setValue 3 3 100 %
1.3 <init> 9 9 100 %
1.4 <init> 1 1 100 %
1.5 getAttributes 1 1 100 %
1.6 getChildren 3 3 100 %
1.7 getValue 1 1 100 %
1.8 addChild 8 8 100 %
1.9 getFirstChild 5 5 100 %
1.10 putAttribute 4 4 100 %
1.11 <init> 8 8 100 %
1.12 createRootElement 1 1 100 %
1.13 removeAllChildren 2 2 100 %
1.14 removeChildren 3 3 100 %
1.15 getAllChildren 5 5 100 %
1.16 getName 1 1 100 %
1.17 getParent 1 1 100 %
2 ts.util.resource.Element$1
2.1 setValue 2 1 50 %
2.2 putAttribute 2 1 50 %
2.3 <init> 1 1 100 %
2.4 <clinit> 1 1 100 %
Total Coverage 56 54 96 %
Unpassed Lines:
48 52