Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
0 / 0
100.00% covered (success)
100.00%
0 / 0
CRAP
0.00% covered (danger)
0.00%
0 / 19
Eccube\Entity\Master\Country:
    type: entity
    table: mtb_country
    repositoryClass: Eccube\Repository\Master\CountryRepository
    id:
        id:
            type: smallint
            nullable: false
            unsigned: false
            id: true
    fields:
        name:
            type: text
            nullable: true
        rank:
            type: integer
            nullable: false
            unsigned: false
    lifecycleCallbacks: {  }