A | B | C | D | E | F | |
---|---|---|---|---|---|---|
1 | Class Name | Method Under Test | Block Coverage(%) | Overall Block Coverage | Numbers of Genrated Test | comments |
2 | PhotoRepository | Add | 20/20 | 274/274 | 4 | |
3 | BootstrapUser | 13/13 | 231/240 | 9 | ||
4 | CreateAlbum | 8/8 | 200/204 | 4 | ||
5 | CreateTags | 10/26 | 184/200 | 13 | not covered blocks locate in an Exeception-catch block | |
6 | Delete | 26/30 | 286/290 | 7 | ||
7 | DeleteAlbum | 7/14 | 155/162 | 7 | ||
8 | FindPhotosByTag | 38/67 | 186/215 | 16 | ||
9 | GenerateSlideshowFeed | 7/8 | 171/178 | 5 | ||
10 | GetAlbums | 22/22 | 159/159 | 3 | ||
11 | GetAlbumsByOwner | 9/9 | 159/159 | 3 | ||
12 | GetPhotoByOwner | 16/16 | 226/234 | 7 | ||
13 | InitializeLocalTableSchema | 5/6 | 174/184 | 6 | ||
14 | RemoveTags | 9/25 | 166/182 | 10 | not covered blocks locate in an Exeception-catch block | |
15 | SendToQueue | 6/6 | 156/156 | 3 | ||
16 | UpdateAlbum | 6/6 | 181/181 | 4 | ||
17 | UpdatePhotoData | 6/6 | 193/193 | 8 | ||
18 | ||||||
19 | WorkerRole | DispatchMsg | 34/34 | 162/162 | 7 | Dispatch Method is refactored from the onginal code |
20 | ||||||
21 | Total | 17 methods | 214/316 (76.9%) | >95% | 116 tests |