Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . view . AppView . showConfirmationDialog
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public int showConfirmationDialog(String message, String fileId) 0 / 0 ---
0 / 0 ---
0 / 0 ---
0 / 0 ---
AppView.java
144       public int showConfirmationDialog(String message, String fileId) {
145           return JOptionPane.showConfirmDialog(getWindowFromId(fileId), message,
146                   "Please Confirm", JOptionPane.YES_NO_CANCEL_OPTION);
147       }
created on November 17, 2007 7:07:00 PM CET with CodeCover