| Total Complexity | 2 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 5 | trait CompilesSqlServerGroupLimit  | 
            ||
| 6 | { | 
            ||
| 7 |     use CompilesGroupLimit { | 
            ||
| 8 | compileRowNumber as compileRowNumberParent;  | 
            ||
| 9 | }  | 
            ||
| 10 | |||
| 11 | /**  | 
            ||
| 12 | * Compile a row number clause.  | 
            ||
| 13 | *  | 
            ||
| 14 | * @param string $partition  | 
            ||
| 15 | * @param string $orders  | 
            ||
| 16 | * @return string  | 
            ||
| 17 | */  | 
            ||
| 18 | 28 | protected function compileRowNumber($partition, $orders)  | 
            |
| 27 |