JlsTest

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total2,971 of 2,9710%154 of 1540%217217963963140140
test_15_15_2__Prefix_Decrement_Operator()1750%n/a11595911
test_15_14_2__Postfix_Increment_Operator()1660%n/a11565611
test_15_14_3__Postfix_Decrement_Operator()1660%n/a11565611
test_15_15_1__Prefix_Increment_Operator()1660%n/a11565611
test_15_25__Conditional_operator__1()1660%20%22565611
test_14_11__The_switch_statement_String5()910%40%338811
test_3__Lexical_Structure()820%n/a11282811
test_5_2__Assignment_conversion()730%n/a11252511
test_8_1_1__Class_Modifiers()680%n/a11191911
test_7_5__Import_declarations()670%n/a11232311
test_15_18__Additive_operators()640%20%22121211
test_9_4__Method_Declarations__5()620%n/a11171711
test_3_10_1__Integer_Literals_binary()590%40%33181811
test_15_9_1__Determining_the_class_being_Instantiated()500%40%33161611
test_9_4__Method_Declarations__Private_interface_methods()470%80%55121211
test_9_4__Method_Declarations__4()440%60%44121211
test_9_4__Method_Declarations__Default_methods()440%60%44121211
test_9_4__Method_Declarations__Static_interface_methods()440%60%44121211
test_3_10_7__Escape_sequences_for_character_and_string_literals()430%n/a11151511
test_3_10_1__Integer_Literals_int_range()370%40%33121211
test_3_10_1__Integer_Literals_long_range()370%40%33121211
test_15_21__Equality_operators()370%n/a11131311
test_15_25__Conditional_operator__2()370%n/a118811
test_3_10_1__Integer_Literals_underscores()350%40%33101011
test_15_26__Assignment_operators()340%n/a11121211
setUp()300%40%335511
test_3_10_2__Floating_Point_Literals_float()280%n/a11101011
test_3_10_2__Floating_Point_Literals_hexadecimal()280%n/a11101011
test_5_1_7__Boxing_conversion()280%n/a11101011
test_5_1_8__Unboxing_conversion()280%n/a11101011
test_5_5__Casting_conversion()280%n/a11101011
test_15_22__Bitwise_and_logical_operators()280%n/a11101011
test_14_14_2_2__The_enhanced_for_statement_Array()270%n/a119911
test_3_10_4__Character_Literals()220%n/a118811
test_5_6__Number_promotions()220%n/a118811
test_14_4__Local_Variable_Declaration_Statements()220%60%445511
test_15_13__Method_reference_expressions()200%20%227711
test_3_10_5__String_Literals()190%n/a117711
test_14_11__The_switch_statement()190%n/a117711
test_14_14_2_1__The_enhanced_for_statement_Iterable3()190%60%444411
test_14_8__Expression_statements()180%n/a116611
test_6_6_1__Determining_Accessibility_member_access()160%n/a115511
test_14_10__The_assert_statement()160%n/a116611
test_15_10_3__Array_Access_Expressions()160%n/a116611
test_15_12_2_7__Identify_applicable_variable_arity_methods__4()150%40%333311
test_3_10_2__Floating_Point_Literals_underscores()140%40%333311
test_3_10_2__Floating_Point_Literals_double()130%n/a115511
test_3_10_6__Text_Blocks_2()130%40%333311
test_3_10_6__Text_Blocks_3()130%40%334411
test_3_10_6__Text_Blocks_4()130%40%334411
test_15_9_3a__Choosing_the_Constructor_and_its_Arguments()130%n/a115511
test_14_11__The_switch_statement_String_DuplicateCaseValue()120%40%333311
test_14_20_3__try_with_resources__10d()120%40%333311
test_3_10_6__Text_Blocks_1()110%40%333311
test_14_11__The_switch_statement_String1()110%40%333311
test_14_11__The_switch_statement_String2()110%40%333311
test_14_11__The_switch_statement_String3()110%40%333311
test_14_11__The_switch_statement_String4()110%40%333311
test_14_20_2__Execution_of_try_finally_and_try_catch_finally__2()110%40%333311
test_14_20_3__try_with_resources__1()110%40%333311
test_14_20_3__try_with_resources__2()110%40%333311
test_14_20_3__try_with_resources__2a()110%40%333311
test_14_20_3__try_with_resources__3()110%40%333311
test_14_20_3__try_with_resources__10a()110%40%333311
test_14_20_3__try_with_resources__10b()110%40%333311
test_14_20_3__try_with_resources__10c()110%40%333311
test_9_3_1__Initialization_of_Fields_in_Interfaces__1()100%n/a114411
test_9_3_1__Initialization_of_Fields_in_Interfaces__2()100%n/a114411
test_9_3_1__Initialization_of_Fields_in_Interfaces__4()100%n/a114411
test_9_3_1__Initialization_of_Fields_in_Interfaces__6()100%n/a114411
test_15_23__Conditional_and_operator()100%n/a114411
test_15_24__Conditional_or_operator()100%n/a114411
test_3_10_1__Integer_Literals_octal()80%n/a113311
test_8_4_8_3__Requirements_in_Overriding_and_Hiding()80%n/a113311
test_15_12_2_5__Choose_the_Most_Specific_Method()80%n/a113311
test_15_27_1__Lambda_parameters()80%20%223311
test_3_10_3__Boolean_Literals()70%n/a113311
test_8_6__Instance_Initializers()70%n/a113311
test_8_7__Static_Initializers()70%n/a113311
test_9_4__Method_Declarations__3()70%n/a113311
test_14_20_1__Execution_of_try_catch__4()70%n/a113311
test_14_21__Unreachable_statements()70%n/a113311
test_8_1_2__Generic_Classes_and_Type_Parameters()50%n/a112211
test_8_1_3__Inner_Classes_and_Enclosing_Instances()50%n/a112211
test_8_9__Enums__1()50%n/a112211
test_8_9__Enums__2()50%n/a112211
test_8_9__Enums__valueOf()50%n/a112211
test_8_9__Enums__values()50%n/a112211
test_9_6__Annotation_Types()50%n/a112211
test_9_6_2__Defaults_for_annotation_type_elements()50%n/a112211
test_9_7_2__Marker_Annotations()50%n/a112211
test_9_7_3__Single_Element_Annotations()50%n/a112211
test_9_7_1__Normal_Annotations1()50%n/a112211
test_9_7_1__Normal_Annotations2()50%n/a112211
test_9_7_1__Normal_Annotations3()50%n/a112211
test_9_7_4__Where_Annotations_May_Appear_field()50%n/a112211
test_9_7_4__Where_Annotations_May_Appear_method()50%n/a112211
test_15_9_5a__Anonymous_Class_Declarations()50%n/a112211
test_15_9_5b__Anonymous_Class_Declarations()50%n/a112211
test_15_11_2__Accessing_Superclass_Members_using_super()50%n/a112211
JlsTest(ICompilerFactory)40%n/a112211
test_3_10_1__Integer_Literals_decimal()40%n/a112211
test_3_10_1__Integer_Literals_hex()40%n/a112211
test_3_10_8__The_null_literal()40%n/a112211
test_3_11__Separators()40%n/a112211
test_3_12__Operators()40%n/a112211
test_4_5__Parameterized_Types()40%n/a112211
test_4_5_1__Type_arguments_and_wildcards()40%n/a112211
test_9_3_1__Initialization_of_Fields_in_Interfaces__3()40%n/a112211
test_9_3_1__Initialization_of_Fields_in_Interfaces__5()40%n/a112211
test_9_4__Method_Declarations__1()40%n/a112211
test_9_4__Method_Declarations__2()40%n/a112211
test_10_6__Array_Initializers()40%n/a112211
test_14_3__Local_class_declarations()40%n/a112211
test_14_11__The_switch_statement_enum()40%n/a112211
test_14_11__The_switch_statement_DefiniteAssignment()40%n/a112211
test_14_14_2_1__The_enhanced_for_statement_Iterable1()40%n/a112211
test_14_14_2_1__The_enhanced_for_statement_Iterable2()40%n/a112211
test_14_14_2_1__The_enhanced_for_statement_Iterable4()40%n/a112211
test_14_15__The_break_Statement()40%n/a112211
test_14_20_1__Execution_of_try_catch__1()40%n/a112211
test_14_20_1__Execution_of_try_catch__2()40%n/a112211
test_14_20_1__Execution_of_try_catch__3()40%n/a112211
test_14_20_1__Execution_of_try_catch__5()40%n/a112211
test_14_20_1__Execution_of_try_catch__6()40%n/a112211
test_14_20_2__Execution_of_try_finally_and_try_catch_finally__1()40%n/a112211
test_15_2_2_5__Choosing_the_most_specific_vararg_method_1()40%n/a112211
test_15_9_3b__Choosing_the_Constructor_and_its_Arguments()40%n/a112211
test_15_12_2_4__Phase3Identify_applicable_variable_arity_methods__1()40%n/a112211
test_15_12_2_4__Phase3Identify_applicable_variable_arity_methods__2()40%n/a112211
test_15_12_2_4__Phase3Identify_applicable_variable_arity_methods__3()40%n/a112211
test_15_12_2_4__Phase3Identify_applicable_variable_arity_methods__4()40%n/a112211
test_15_12_2_6__Identify_applicable_variable_arity_methods__4()40%n/a112211
test_15_15_3__Unary_Plus_Operator()40%n/a112211
test_15_15_4__Unary_Minus_Operator()40%n/a112211
test_15_17__Multiplicative_operators()40%n/a112211
test_15_18_1__String_Concatenation_Operator_plus()40%n/a112211
test_15_20__Relation_operators()40%n/a112211
test_16_2_13__break_yield_continue_return_and_throw_Statements()40%n/a112211
compilerFactories()20%n/a111111