Skip to content

Commit

Permalink
add raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
feststelltaste committed Mar 15, 2024
1 parent b64332e commit 17b576e
Showing 1 changed file with 57 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,63 @@
"# Production Coverage Analysis"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Take a look at the raw dataset"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"GROUP,PACKAGE,CLASS,INSTRUCTION_MISSED,INSTRUCTION_COVERED,BRANCH_MISSED,BRANCH_COVERED,LINE_MISSED,LINE_COVERED,COMPLEXITY_MISSED,COMPLEXITY_COVERED,METHOD_MISSED,METHOD_COVERED\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic,PetclinicInitializer,0,124,0,0,0,24,0,8,0,8\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,NamedEntity,3,10,0,0,1,4,1,3,1,3\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,Specialty,0,3,0,0,0,1,0,1,0,1\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,PetType,0,3,0,0,0,1,0,1,0,1\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,Vets,14,0,2,0,4,0,3,0,2,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,Visit,0,29,0,0,0,12,0,7,0,7\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,BaseEntity,0,17,0,2,0,5,0,5,0,4\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,Person,0,17,0,0,0,7,0,5,0,5\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,Owner,50,88,4,6,14,26,7,12,3,11\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,Pet,9,56,1,1,3,18,2,10,1,10\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.model,Vet,42,3,2,0,11,1,6,1,5,1\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.service,ClinicServiceImpl,10,49,0,0,2,16,2,8,2,8\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.web,OwnerController,57,85,6,4,13,23,7,7,2,7\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.web,PetTypeFormatter,13,31,1,3,1,9,1,4,0,3\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.web,PetController,43,69,6,4,12,18,7,7,2,7\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.web,PetValidator,15,26,4,4,3,8,4,3,0,3\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.web,VisitController,13,40,1,1,3,13,2,5,1,5\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.web,VetController,31,6,0,0,7,3,2,1,2,1\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.web,CrashController,5,3,0,0,1,1,1,1,1,1\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.util,EntityUtils,32,0,6,0,6,0,5,0,2,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.util,CallMonitoringAspect,57,51,3,1,11,13,7,2,5,2\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcVisitRowMapper,30,0,0,0,7,0,2,0,2,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcPetRepositoryImpl,134,0,2,0,33,0,6,0,5,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcVetRepositoryImpl,76,0,4,0,17,0,4,0,2,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcPetRowMapper,40,0,0,0,9,0,2,0,2,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcVisitRepositoryImpl,112,0,4,0,26,0,6,0,4,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcPet,17,0,0,0,7,0,5,0,5,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcPetVisitExtractor,29,0,2,0,8,0,5,0,4,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jdbc,JdbcOwnerRepositoryImpl,183,0,6,0,43,0,10,0,7,0\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jpa,JpaVisitRepositoryImpl,18,12,1,1,4,4,2,2,1,2\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jpa,JpaOwnerRepositoryImpl,5,47,1,1,1,10,1,4,0,4\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jpa,JpaVetRepositoryImpl,6,3,0,0,1,1,1,1,1,1\r\n",
"JaCoCo Coverage Report,org.springframework.samples.petclinic.repository.jpa,JpaPetRepositoryImpl,5,26,1,1,1,6,1,4,0,4\r\n"
]
}
],
"source": [
"!cat ../dataset/jacoco.csv"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 17b576e

Please sign in to comment.