Home | History | Annotate | Download | only in resources

Lines Matching defs:SOURCE

46 	/** Source file element */
76 /** Block of source code */
77 public static final String SOURCE = "source";
79 /** Line number before each source line */
82 /** Part of source code where instructions are not covered */
85 /** Part of source code where instructions are partly covered */
88 /** Part of source code where instructions are is fully covered */
91 /** Part of source code where branches are not covered */
94 /** Part of source code where branches are partly covered */
97 /** Part of source code where branches are fully covered */