| Statement Coverage | Branch Coverage | Loop Coverage | Strict Condition Coverage | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| public void setFileId(String fileId) | 5 / 5 | 100 % | 
                         |    
                                            0 / 0 | --- | 0 / 0 | --- | 0 / 0 | --- | |||
| FrameMain.java | ||
|---|---|---|
| 274 | public void setFileId(String fileId) { | |
| 275 | model.removeAppModelModifyListener(this.fileId, | |
| 276 | this.appModelModifyListener); | |
| 277 | this.fileId = fileId; | |
| 278 | model.addAppModelModifyListenerToFile(this.fileId, | |
| 279 | this.appModelModifyListener); | |
| 280 | this.updateTitle(false); | |
| 281 | this.table.updateUI(); | |
| 282 | } | |