| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 1 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 2 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 24 | 144 | public function __construct(  | 
            |
| 25 | private ?string $outerKey = null,  | 
            ||
| 26 | private bool $fkCreate = true,  | 
            ||
| 27 | /**  | 
            ||
| 28 |          * @Enum({"NO ACTION", "CASCADE", "SET NULL"}) | 
            ||
| 29 | */  | 
            ||
| 30 | #[ExpectedValues(values: ['NO ACTION', 'CASCADE', 'SET NULL'])]  | 
            ||
| 31 | private ?string $fkAction = 'CASCADE',  | 
            ||
| 32 |     ) { | 
            ||
| 33 | 144 |         parent::__construct('joined'); | 
            |
| 34 | 144 | }  | 
            |
| 51 |