All files / src/app/ceph/block/rbd-form rbd-form-create-request.model.ts

71.43% Statements 5/7
0% Branches 0/3
100% Functions 1/1
75% Lines 3/4

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 63x   3x   3x  
import { RbdFormModel } from './rbd-form.model';
 
export class RbdFormCreateRequestModel extends RbdFormModel {
  features: Array<string> = [];
}